NavBarScreenModel class
Constructors
-
const
Properties
- appBar → PreferredSizeWidget?
-
Optional per-page AppBar
final
- builder → Widget Function(BuildContext context)
-
Root builder for the page/tab
final
- fab → Widget?
-
Optional per-page FloatingActionButton
final
- fabLocation → FloatingActionButtonLocation?
-
Optional per-page FAB location
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
no setter
-
Navigator key for nested navigation
final
-
onWillPop
→ Future<
bool> Function()? -
Optional per-page back button handler
Return
true
to allow pop,false
to blockfinal - 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