CupertinoNavigationBarData constructor
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,
Implementation
CupertinoNavigationBarData({
super.title,
super.backgroundColor,
super.leading,
super.widgetKey,
super.automaticallyImplyLeading,
this.previousPageTitle,
this.automaticallyImplyMiddle,
this.padding,
this.trailing,
this.border,
this.transitionBetweenRoutes,
this.brightness,
this.heroTag,
this.noMaterialParent = false,
});