SolidNavigationConfig class

Configuration for the solid navigation manager.

Constructors

SolidNavigationConfig.new({double narrowScreenThreshold = NavigationConstants.narrowScreenThreshold, bool autoSwitch = true, bool forceWideScreen = false, bool forceNarrowScreen = false})
const

Properties

autoSwitch bool
Whether to automatically switch between nav bar and drawer based on screen width.
final
forceNarrowScreen bool
Force narrow screen layout regardless of screen width.
final
forceWideScreen bool
Force wide screen layout regardless of screen width.
final
hashCode int
The hash code for this object.
no setterinherited
narrowScreenThreshold double
The width threshold for determining wide screen layout.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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