HoverableNavigationRailDestination class

Inheritance

Constructors

HoverableNavigationRailDestination({required Widget icon, required Widget label, Widget? selectedIcon, EdgeInsetsGeometry? padding, dynamic onHoverStateChange(bool isHovered)?, Key? key})

Properties

disabled bool
Indicates that this destination is inaccessible.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
icon Widget
The icon of the destination.
finalinherited
indicatorColor Color?
The color of the indicatorShape when this destination is selected.
finalinherited
indicatorShape ShapeBorder?
The shape of the selection indicator.
finalinherited
label Widget
The label for the destination.
finalinherited
onHoverStateChange → dynamic Function(bool isHovered)?
final
padding EdgeInsetsGeometry?
The amount of space to inset the destination item.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedIcon Widget
An alternative icon displayed when this destination is selected.
finalinherited
uniqueId UniqueKey
no setter

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