feat: split bill

This commit is contained in:
efrilm
2025-08-06 15:27:05 +07:00
parent 20f8d5788c
commit be803bbe4f
4 changed files with 813 additions and 5 deletions
@@ -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(