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