Commit 4878fd74 authored by Arham Aulia Nugraha's avatar Arham Aulia Nugraha

home 3 (solution)

change to screen 150
parent e4f03ff0
...@@ -16,7 +16,7 @@ class _Home3State extends State<Home3> { ...@@ -16,7 +16,7 @@ class _Home3State extends State<Home3> {
return Container( return Container(
padding: const EdgeInsets.all(10), padding: const EdgeInsets.all(10),
width: screenSize.width, width: screenSize.width,
height: screenSize.height * 0.70, height: screenSize.height * 0.75,
child: Column( child: Column(
children: <Widget>[ children: <Widget>[
const SizedBox( const SizedBox(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment