GenericNavBarPageConfig class

Inheritance

Constructors

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

Properties

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

Methods

getNavigationDestination(BuildContext context) NavigationDestination
override
getRoutingName() String
override
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