DestinationBuilder class

Builds a list of navigation destinations.

Constructors

DestinationBuilder({required String messages, required String settings, required Icon messagesIcon, required Icon messagesSelectedIcon, required Icon settingsIcon, required Icon settingsSelectedIcon})
Creates a destination builder.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
messages String
The label for the messages destination.
final
messagesIcon Icon
The icon for the messages destination.
final
messagesSelectedIcon Icon
The icon displayed when the messages destination is selected.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings String
The label for the settings destination.
final
settingsIcon Icon
The icon for the settings destination.
final
settingsSelectedIcon Icon
The icon displayed when the settings destination is selected.
final

Methods

buildDestinations(BuildContext context) List<NavDestination>
Builds and returns a list of navigation destinations.
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