GenericNavBarPageConfig class

Constructors

GenericNavBarPageConfig({required dynamic icon, required dynamic selectedIcon, required String labelBuilder(dynamic), required String routingName})

Properties

hashCode int
The hash code for this object.
no setterinherited
icon → dynamic
final
labelBuilder String Function(dynamic)
final
routingName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedIcon → dynamic
final

Methods

getNavigationDestination(dynamic context) → dynamic
getRoutingName() String
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