BottomNavigationBar2Property class
- Inheritance
-
- Object
- CoreAndroidProperty
- BottomNavigationBar2Property
Constructors
-
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
tabswhen 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 istrueas the new theming logic is a breaking change. To opt-in the new theming logic set the flag tofalsefinal
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