feat: update

This commit is contained in:
efrilm
2025-08-29 20:48:40 +07:00
parent 936875c30a
commit c13e3c598e
3 changed files with 4 additions and 154 deletions
@@ -47,19 +47,7 @@ class _OrderDetailPageState extends State<OrderDetailPage> {
PreferredSizeWidget _buildAppBar() {
return AppBar(
elevation: 0,
backgroundColor: AppColor.white,
leading: IconButton(
onPressed: () => context.router.back(),
icon: const Icon(Icons.arrow_back, color: AppColor.textPrimary),
),
title: Text(
'Detail Pesanan',
style: AppStyle.lg.copyWith(
fontWeight: FontWeight.bold,
color: AppColor.textPrimary,
),
),
title: Text('Detail Pesanan'),
actions: [
IconButton(
onPressed: _shareOrder,