order page
This commit is contained in:
@@ -30,7 +30,11 @@ class HomeRightTitle extends StatelessWidget {
|
||||
children: [
|
||||
Expanded(
|
||||
child: Row(
|
||||
children: [_buildButton('Daftar Pesanan', Icons.list, () {})],
|
||||
children: [
|
||||
_buildButton('Daftar Pesanan', Icons.list, () {
|
||||
context.router.push(OrderRoute(status: 'pending'));
|
||||
}),
|
||||
],
|
||||
),
|
||||
),
|
||||
Expanded(
|
||||
|
||||
Reference in New Issue
Block a user