CupertinoNavigationBarData class
final
Constructors
-
CupertinoNavigationBarData({Widget? title, Color? backgroundColor, Widget? leading, Key? widgetKey, bool automaticallyImplyLeading = kAutoImplyLeading, PreferredSizeWidget? bottom, bool automaticallyImplyMiddle = kAutomaticallyImplyMiddle, String? previousPageTitle, Widget? trailing, Border? border, bool automaticBackgroundVisibility = kAutomaticBackgroundVisibility, bool enableBackgroundFilterBlur = kEnableBackgroundFilterBlur, Brightness? brightness, EdgeInsetsDirectional? padding, bool transitionBetweenRoutes = kTransitionBetweenRoutes})
-
const
-
CupertinoNavigationBarData.heroTagOverride({Widget? title, Color? backgroundColor, Widget? leading, Key? widgetKey, bool automaticallyImplyLeading = kAutoImplyLeading, PreferredSizeWidget? bottom, bool automaticallyImplyMiddle = kAutomaticallyImplyMiddle, String? previousPageTitle, Widget? trailing, Border? border, bool automaticBackgroundVisibility = kAutomaticBackgroundVisibility, bool enableBackgroundFilterBlur = kEnableBackgroundFilterBlur, Brightness? brightness, EdgeInsetsDirectional? padding, bool transitionBetweenRoutes = kTransitionBetweenRoutes, Object? heroTag})
-
To override the default hero tag, use
heroTag. Should only be overridden if there are multiple navigation bars per route.
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited