menu
surveytest package
documentation
components/bottomNavigation.dart
BottomNavigation
BottomNavigation.new const constructor
BottomNavigation.new const constructor
dark_mode
light_mode
BottomNavigation
constructor
const
BottomNavigation
(
{
Key
?
key
,
Function
?
onClickNext
,
Function
?
onClickPrevious
,
})
Implementation
const BottomNavigation({Key? key, this.onClickNext, this.onClickPrevious}) : super(key: key);
surveytest package
documentation
components/bottomNavigation
BottomNavigation
BottomNavigation.new const constructor
BottomNavigation class