We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053f415 commit 3671ec9Copy full SHA for 3671ec9
example/lib/main.dart
@@ -156,6 +156,7 @@ class _MyHomePageState extends State<MyHomePage> {
156
mainAxisAlignment: MainAxisAlignment.center,
157
children: <Widget>[
158
const Text('Press one of the buttons to select files'),
159
+ const SizedBox(height: 10),
160
selectFilesButton, // "Select Files" button
161
const SizedBox(height: 20),
162
toggleButton, // "Enable/Disable Buttons" button
0 commit comments