We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a0de3 commit b7f8ec6Copy full SHA for b7f8ec6
packages/flutter/lib/src/widgets/framework.dart
@@ -502,7 +502,7 @@ abstract class StatelessWidget extends Widget {
502
/// description of the user interface is fully concrete (e.g., consists
503
/// entirely of [RenderObjectWidget]s, which describe concrete [RenderObject]s).
504
///
505
-/// Stateless widget are useful when the part of the user interface you are
+/// Stateful widget are useful when the part of the user interface you are
506
/// describing can change dynamically, e.g. due to having an internal
507
/// clock-driven state, or depending on some system state. For compositions that
508
/// depend only on the configuration information in the object itself and the
0 commit comments