FluidNavBarIcon class

An icon definition used as child by FluidNavBar

See also:

Constructors

FluidNavBarIcon({String? iconPath, String? svgPath, IconData? icon, Color? selectedForegroundColor, Color? unselectedForegroundColor, Color? backgroundColor, Map<String, dynamic>? extras})

Properties

backgroundColor Color?
The background color of the item
final
extras Map<String, dynamic>?
Extra information which can be used in FluidNavBarItemBuilder
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData?
The icon data
final
iconPath String?
The path of the SVG asset
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedForegroundColor Color?
The color used to paint the SVG when the item is active
final
svgPath String?
The SVG path
final
unselectedForegroundColor Color?
The color used to paint the SVG when the item is inactive
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