AtomicBottomBarItem class

Constructors

AtomicBottomBarItem.new({required IconData icon, String? label, IconData? selectedIcon, Widget? badge, bool enabled = true, String? tooltip})
const
AtomicBottomBarItem.fromJson(Map<String, dynamic> json)
factory

Properties

badge Widget?
final
enabled bool
final
hashCode int
The hash code for this object.
no setteroverride
icon IconData
final
label String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedIcon IconData?
final
tooltip String?
final

Methods

copyWith({IconData? icon, String? label, IconData? selectedIcon, Widget? badge, bool? enabled, String? tooltip}) AtomicBottomBarItem
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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