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

fixes

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