Skip to content

Commit 3671ec9

Browse files
committed
Example: Add extra space between text and a button
1 parent 053f415 commit 3671ec9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/lib/main.dart

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ class _MyHomePageState extends State<MyHomePage> {
156156
mainAxisAlignment: MainAxisAlignment.center,
157157
children: <Widget>[
158158
const Text('Press one of the buttons to select files'),
159+
const SizedBox(height: 10),
159160
selectFilesButton, // "Select Files" button
160161
const SizedBox(height: 20),
161162
toggleButton, // "Enable/Disable Buttons" button

0 commit comments

Comments
 (0)