What is the key difference between StatelessWidget and StatefulWidget?
-
A
StatefulWidget can rebuild with changing data, StatelessWidget cannot
-
B
StatelessWidget is faster to compile
-
C
StatefulWidget cannot have children
-
D
StatelessWidget requires a State object