SeniorBottomNavigationBarThemeData class

Constructors

SeniorBottomNavigationBarThemeData({SeniorBottomNavigationBarStyle? style})
Theme definitions for the SeniorBottomNavigationBar component.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style SeniorBottomNavigationBarStyle?
Component style definitions. Allows you to configure: SeniorBottomNavigationBarStyle.badgeColor the badge color of the bottom navigation bar items. SeniorBottomNavigationBarStyle.badgeItemColor the content color of badges for bottom navigation bar items. SeniorBottomNavigationBarStyle.color the color of the bottom navigation bar. SeniorBottomNavigationBarStyle.selectedItemColor the color of the selected bottom navigation bar item. SeniorBottomNavigationBarStyle.unselectedItemColor the color of unselected items from the bottom navigation bar.
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