NavigationBarStaticComponents class

Annotations

Constructors

Properties

appbarBottom KeyedSubtree?
final
backChevron KeyedSubtree?
final
backLabel KeyedSubtree?
This widget is not decorated with a font since the font style could animate during transitions.
final
hashCode int
The hash code for this object.
no setterinherited
largeTitle KeyedSubtree?
This widget is not decorated with a font since the font style could animate during transitions.
final
largeTitleActions KeyedSubtree?
final
leading KeyedSubtree?
final
middle KeyedSubtree?
This widget is not decorated with a font since the font style could animate during transitions.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trailing KeyedSubtree?
final

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

Static Methods

createAppbarBottom({required GlobalKey<State<StatefulWidget>> appbarBottomKey, required Widget? appbarBottom, required ModalRoute? route}) KeyedSubtree?
createBackChevron({required GlobalKey<State<StatefulWidget>> backChevronKey, required Widget? userLeading, required ModalRoute? route, required bool automaticallyImplyLeading}) KeyedSubtree?
createBackLabel({required GlobalKey<State<StatefulWidget>> backLabelKey, required Widget? userLeading, required ModalRoute? route, required bool automaticallyImplyLeading, required String? previousPageTitle}) KeyedSubtree?
createLargeTitle({required GlobalKey<State<StatefulWidget>> largeTitleKey, required Widget? userLargeTitle, required bool large, required bool automaticImplyTitle, required ModalRoute? route}) KeyedSubtree?
createLargeTitleActions({required GlobalKey<State<StatefulWidget>> largeTitleActionsKey, required Widget? largeTitleActions, required EdgeInsetsDirectional? padding}) KeyedSubtree?
createLeading({required GlobalKey<State<StatefulWidget>> leadingKey, required Widget? userLeading, required ModalRoute? route, required bool automaticallyImplyLeading, required EdgeInsetsDirectional? padding}) KeyedSubtree?
createMiddle({required GlobalKey<State<StatefulWidget>> middleKey, required Widget? userMiddle, required Widget? userLargeTitle, required bool large, required bool automaticallyImplyTitle, required ModalRoute? route}) KeyedSubtree?
createTrailing({required GlobalKey<State<StatefulWidget>> trailingKey, required Widget? userTrailing, required EdgeInsetsDirectional? padding}) KeyedSubtree?