ShellController class

Constructors

ShellController({required ShellValue value, required RootHyperController controller})

Properties

controller RootHyperController
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabIndex int
no setter
value ShellValue
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setTabIndex(int index, {bool? preserveState}) → void
preserveState behaviour: true: subroutes within each tab are preserved false: resets each tab to the first route. null (default): preserves state when switching tabs; resets to the first route when activating the same tab again.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited