Skip to content

Commit 9b32ae1

Browse files
committed
chore(sample): update sample codes
1 parent 894677a commit 9b32ae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/lib/main.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ void main() {
1717
appBar: AppBar(
1818
title: const Text('FlutterGen'),
1919
),
20-
body: SingleChildScrollView(
21-
child: Center(
20+
body: Center(
21+
child: SingleChildScrollView(
2222
child: Column(
2323
mainAxisAlignment: MainAxisAlignment.center,
2424
children: <Widget>[

0 commit comments

Comments
 (0)