menu
nabit_app
screens\dashboard\dashboard_screen.dart
DashboardScreen
DashboardScreen const constructor
DashboardScreen
dark_mode
light_mode
DashboardScreen
constructor
const
DashboardScreen
(
{
Key
?
key
,
bool
?
redirectEventFeed
,
int
?
currentIndex
}
)
Implementation
const DashboardScreen({super.key, this.redirectEventFeed, this.currentIndex});
nabit_app
dashboard_screen
DashboardScreen
DashboardScreen const constructor
DashboardScreen class