gajadi bang, salah resolusi

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