StacBottomNavigationBarItem class

Available extensions
Annotations
  • @freezed

Constructors

StacBottomNavigationBarItem({required Map<String, dynamic> icon, required String label, Map<String, dynamic>? activeIcon, String? backgroundColor, String? tooltip})
const
factory
StacBottomNavigationBarItem.fromJson(Map<String, dynamic> json)
factory

Properties

activeIcon Map<String, dynamic>?
no setterinherited
backgroundColor String?
no setterinherited
copyWith → $StacBottomNavigationBarItemCopyWith<StacBottomNavigationBarItem>
Create a copy of StacBottomNavigationBarItem with the given fields replaced by the non-null parameter values.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
icon Map<String, dynamic>
no setterinherited
label String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tooltip String?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(BuildContext context) BottomNavigationBarItem

Available on StacBottomNavigationBarItem, provided by the StacBottomNavigationBarItemParser extension

toJson() Map<String, dynamic>
Serializes this StacBottomNavigationBarItem to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

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