Skip to content
Snippets Groups Projects
Commit fc8bb8b8 authored by Lysandre23's avatar Lysandre23
Browse files

fixes

parent 6e500811
Branches master
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ class _MainState extends State<Main> { ...@@ -27,7 +27,7 @@ class _MainState extends State<Main> {
appBar: AppBar( appBar: AppBar(
title: Text('Example 1'), title: Text('Example 1'),
), ),
body: SingleChildScrollView( // Wrap your Column with SingleChildScrollView body: SingleChildScrollView(
child: Column( child: Column(
children: [ children: [
Center( Center(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment