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 567fd59 commit 12ca946Copy full SHA for 12ca946
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