Commit 4a1e660a authored by Fahad's avatar Fahad Committed by Ian Hickson

Documentation fix in StatefulWidget class (#10373)

Replace a misplaced StatelessWidget class with StatefulWidget class
parent f437d025
...@@ -670,7 +670,7 @@ abstract class StatelessWidget extends Widget { ...@@ -670,7 +670,7 @@ abstract class StatelessWidget extends Widget {
/// can be called to mutate it: /// can be called to mutate it:
/// ///
/// ```dart /// ```dart
/// class Frog extends StatelessWidget { /// class Frog extends StatefulWidget {
/// const Frog({ /// const Frog({
/// Key key, /// Key key,
/// this.color: const Color(0xFF2DBD3A), /// this.color: const Color(0xFF2DBD3A),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment