DrawerSettings class

A model class that contains the settings for a navigation drawer.

Constructors

DrawerSettings({required List<Widget> pages, required List<Widget> destinations, required NavigationTypeEnum type})
Creates a new DrawerSettings instance.

Properties

destinations List<Widget>
A list of destinations to be displayed in the navigation menu.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
pages List<Widget>
A list of widget pages to be displayed.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type NavigationTypeEnum
The type of navigation to be used.
finalinherited

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