Commit 75838f19 by Mobile : Art

updateUI

parent df2c3228
import 'package:feelverapp/ui/guest_info/guest_info.dart';
import 'package:feelverapp/ui/menu/menu.dart';
import 'package:feelverapp/util/SizeConfig.dart';
import 'package:flutter/material.dart';
......@@ -23,7 +24,7 @@ class _PaymentBookingDateTimeState extends State<PaymentBookingDateTime> {
body: _setupView(),
bottomNavigationBar: Container(
color: Color.fromRGBO(69, 85, 79, 1),
height: SizeConfig.getWidth(130),
height: SizeConfig.getWidth(120),
child: Column(
children: <Widget>[
Container(
......@@ -58,7 +59,7 @@ class _PaymentBookingDateTimeState extends State<PaymentBookingDateTime> {
fontSize: SizeConfig.getFontSize(16),
),
),
Spacer(),
// Spacer(),
],
),
),
......@@ -66,7 +67,7 @@ class _PaymentBookingDateTimeState extends State<PaymentBookingDateTime> {
margin: EdgeInsets.only(
left: SizeConfig.getPadding(24),
right: SizeConfig.getPadding(24),
top: SizeConfig.getPadding(15),
top: SizeConfig.getPadding(8),
// bottom: SizeConfig.getPadding(15),
),
width: MediaQuery.of(context).size.width,
......@@ -76,12 +77,12 @@ class _PaymentBookingDateTimeState extends State<PaymentBookingDateTime> {
borderRadius: BorderRadius.circular(25.0),
),
onPressed: () {
// Navigator.push(
// context,
// MaterialPageRoute(
// builder: (context) => MyOrderStatus(),
// ),
// );
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => GuestInfo(),
),
);
},
// padding: EdgeInsets.only(
// left: SizeConfig.getPadding(85),
......
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