gajadi bang, salah resolusi

parent 71f18018
...@@ -52,9 +52,6 @@ AppBar AppbarHomeLarge(Size screenSize, BuildContext context, Color home, ...@@ -52,9 +52,6 @@ AppBar AppbarHomeLarge(Size screenSize, BuildContext context, Color home,
const Spacer( const Spacer(
flex: 2, flex: 2,
), ),
Container(
width: screenSize.width * 0.09,
),
TextButton( TextButton(
onPressed: () { onPressed: () {
Navigator.pushNamed(context, '/login'); Navigator.pushNamed(context, '/login');
...@@ -65,9 +62,8 @@ AppBar AppbarHomeLarge(Size screenSize, BuildContext context, Color home, ...@@ -65,9 +62,8 @@ AppBar AppbarHomeLarge(Size screenSize, BuildContext context, Color home,
fontSize: 19, fontWeight: FontWeight.w500, color: Colors.black), fontSize: 19, fontWeight: FontWeight.w500, color: Colors.black),
), ),
), ),
Container( Container(
width: screenSize.width * 0.02, width: screenSize.width * 0.009,
), ),
ElevatedButton( ElevatedButton(
onPressed: () { onPressed: () {
......
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