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.
2 parents 567fd59 + 12ca946 commit 3cc4012Copy full SHA for 3cc4012
example/lib/home_page.dart
@@ -5,10 +5,10 @@ class HomePage extends StatefulWidget {
5
const HomePage({Key key}) : super(key: key);
6
7
@override
8
- _HomePageState createState() => _HomePageState();
+ HomePageState createState() => HomePageState();
9
}
10
11
-class _HomePageState extends State<HomePage> {
+class HomePageState extends State<HomePage> {
12
13
Widget build(BuildContext context) {
14
return Scaffold(
0 commit comments