This commit is contained in:
Patrick Alvin Alcala 2025-02-20 17:20:01 +08:00
parent 5164d55905
commit 6f54a6f9fc
65 changed files with 313 additions and 137 deletions

View file

@ -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()