change page navigation
This commit is contained in:
@@ -92,7 +92,8 @@ class _InvoiceListState extends State<InvoiceList> {
|
||||
}
|
||||
|
||||
_newInvoice() {
|
||||
Navigator.of(context).push(BottomUpPageRoute(InvoiceEditor()));
|
||||
Navigator.of(context)
|
||||
.push(CupertinoPageRoute(builder: (context) => InvoiceEditor()));
|
||||
}
|
||||
|
||||
Widget _pending() {
|
||||
|
||||
Reference in New Issue
Block a user