SeniorBottomNavigationBarItem class

Constructors

SeniorBottomNavigationBarItem({required IconData icon, required String label, IconData? activeIcon, String? badgeInfo, double? iconSize, EdgeInsetsGeometry? iconPadding})
The information needed to create a SeniorBottomNavigationBar component item.
const

Properties

activeIcon IconData?
The item's icon when it is selected.
final
badgeInfo String?
Information that will be displayed in a badge on the item.
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData
The item icon.
final
iconPadding EdgeInsetsGeometry?
final
iconSize double?
The size of the item's icon.
final
label String
The item's label.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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