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
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