CupertinoNavigationBarData class

Constructors

CupertinoNavigationBarData({Widget? title, Color? backgroundColor, Widget? leading, Key? widgetKey, bool? automaticallyImplyLeading, String? previousPageTitle, bool? automaticallyImplyMiddle, EdgeInsetsDirectional? padding, Widget? trailing, Border? border, bool? transitionBetweenRoutes, Brightness? brightness, Object? heroTag, bool noMaterialParent = false})

Properties

automaticallyImplyLeading bool?
finalinherited
automaticallyImplyMiddle bool?
final
backgroundColor Color?
finalinherited
border Border?
final
brightness Brightness?
final
hashCode int
The hash code for this object.
no setterinherited
heroTag Object?
final
leading Widget?
finalinherited
noMaterialParent bool
When enabling iosUsesMaterialWidgets on PlatformProvider settings it will add a Material widget as a parent to both the leading and trailing widgets. Setting noMaterialParent to true (default false) will remove the Material parent
final
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