feat: split bill
This commit is contained in:
@@ -68,9 +68,12 @@ class _PaymentPageState extends State<PaymentPage> {
|
||||
'Pembayaran',
|
||||
style: TextStyle(color: AppColors.white),
|
||||
),
|
||||
leading: Icon(
|
||||
Icons.arrow_back,
|
||||
color: AppColors.white,
|
||||
leading: IconButton(
|
||||
onPressed: () => context.pop(),
|
||||
icon: Icon(
|
||||
Icons.arrow_back,
|
||||
color: AppColors.white,
|
||||
),
|
||||
),
|
||||
),
|
||||
body: LayoutBuilder(
|
||||
|
||||
Reference in New Issue
Block a user