BottomNavigationBarThemeData constructor Null safety
- {Color? backgroundColor,
- double? elevation,
- IconThemeData? selectedIconTheme,
- IconThemeData? unselectedIconTheme,
- Color? selectedItemColor,
- Color? unselectedItemColor,
- TextStyle? selectedLabelStyle,
- TextStyle? unselectedLabelStyle,
- bool? showSelectedLabels,
- bool? showUnselectedLabels,
- BottomNavigationBarType? type,
- bool? enableFeedback,
- BottomNavigationBarLandscapeLayout? landscapeLayout,
- MaterialStateProperty<
MouseCursor?> ? mouseCursor}
Creates a theme that can be used for ThemeData.bottomNavigationBarTheme.
Implementation
const BottomNavigationBarThemeData({
this.backgroundColor,
this.elevation,
this.selectedIconTheme,
this.unselectedIconTheme,
this.selectedItemColor,
this.unselectedItemColor,
this.selectedLabelStyle,
this.unselectedLabelStyle,
this.showSelectedLabels,
this.showUnselectedLabels,
this.type,
this.enableFeedback,
this.landscapeLayout,
this.mouseCursor,
});