BottomNavigationBar2Property class

Inheritance

Constructors

BottomNavigationBar2Property({BottomNavigationBarType? type, double? elevation, TextStyle? selectedLabelStyle, TextStyle? unselectedLabelStyle, double selectedFontSize = 14.0, double unselectedFontSize = 12.0, bool? showUnselectedLabels, bool? showSelectedLabels, MouseCursor? mouseCursor, bool? enableFeedback, BottomNavigationBarLandscapeLayout? landscapeLayout, bool useLegacyColorScheme = true})
const

Properties

elevation double?
The z-coordinate of this BottomNavigationBar.
final
enableFeedback bool?
Whether detected gestures should provide acoustic and/or haptic feedback.
final
hashCode int
The hash code for this object.
no setterinherited
landscapeLayout BottomNavigationBarLandscapeLayout?
The arrangement of the bar's tabs when the enclosing MediaQueryData.orientation is Orientation.landscape.
final
mouseCursor MouseCursor?
The cursor for a mouse pointer when it enters or is hovering over the items.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedFontSize double
The font size of the BottomNavigationBarItem labels when they are selected.
final
selectedLabelStyle TextStyle?
The TextStyle of the BottomNavigationBarItem labels when they are selected.
final
showSelectedLabels bool?
Whether the labels are shown for the selected BottomNavigationBarItem.
final
showUnselectedLabels bool?
Whether the labels are shown for the unselected BottomNavigationBarItems.
final
type BottomNavigationBarType?
Defines the layout and behavior of a BottomNavigationBar.
final
unselectedFontSize double
The font size of the BottomNavigationBarItem labels when they are not selected.
final
unselectedLabelStyle TextStyle?
The TextStyle of the BottomNavigationBarItem labels when they are not selected.
final
useLegacyColorScheme bool
This flag is controlling how BottomNavigationBar is going to use the colors provided by the selectedIconTheme, unselectedIconTheme, selectedItemColor, unselectedItemColor. The default value is true as the new theming logic is a breaking change. To opt-in the new theming logic set the flag to false
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited