GenericNavBarPageConfig class

Inheritance
  • Object
  • StatefulBranchInfoProvider
  • NavBarPageConfig
  • GenericNavBarPageConfig

Constructors

GenericNavBarPageConfig({required IconData icon, required IconData selectedIcon, required String labelSelector(AppLocalizations), required String routingName})

Properties

hashCode int
The hash code for this object.
no setterinherited
icon IconData
final
labelSelector String Function(AppLocalizations)
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