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

Properties

automaticallyImplyLeading bool
finalinherited
automaticallyImplyMiddle bool
final
automaticBackgroundVisibility bool
final
backgroundColor Color?
finalinherited
border Border?
final
bottom PreferredSizeWidget?
finalinherited
brightness Brightness?
final
enableBackgroundFilterBlur bool
final
hashCode int
The hash code for this object.
no setterinherited
heroTag Object?
final
leading Widget?
finalinherited
padding EdgeInsetsDirectional?
final
previousPageTitle String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Widget?
finalinherited
trailing Widget?
final
transitionBetweenRoutes bool
final
widgetKey Key?
finalinherited

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