menu
deposits_ecommerce package
documentation
app/modules/merchant/dashboard/dashboard_controller.dart
DashboardController
changeTabIndex method
changeTabIndex method
dark_mode
light_mode
changeTabIndex
method
void
changeTabIndex
(
int
index
)
Implementation
void changeTabIndex(int index) { tabIndex.value = index; update(); }
deposits_ecommerce package
documentation
app/modules/merchant/dashboard/dashboard_controller
DashboardController
changeTabIndex method
DashboardController class