update
This commit is contained in:
parent
5164d55905
commit
6f54a6f9fc
65 changed files with 313 additions and 137 deletions
|
|
@ -23,9 +23,7 @@ class _CustomerPageState extends State<CustomerPage> {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final List<Widget> bottomBarPages = [
|
||||
CustomerMainPage(
|
||||
controller: _notchController,
|
||||
),
|
||||
const CustomerMainPage(),
|
||||
const CustomerSearchPage(),
|
||||
const CustomerCartPage(),
|
||||
const CustomerProfilePage()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue