CupertinoSliverAppBarData class

Constructors

CupertinoSliverAppBarData({Key? widgetKey, Widget? leading, bool? automaticallyImplyLeading, Color? backgroundColor, bool? stretch, Widget? title, bool automaticallyImplyTitle = true, bool alwaysShowMiddle = true, String? previousPageTitle, Widget? middle, Widget? trailing, Border? border = _kDefaultNavBarBorder, Brightness? brightness, EdgeInsetsDirectional? padding, bool transitionBetweenRoutes = true, Object heroTag = _defaultHeroTag})

Properties

alwaysShowMiddle bool
final
automaticallyImplyLeading bool?
finalinherited
automaticallyImplyTitle 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
middle Widget?
final
padding EdgeInsetsDirectional?
final
previousPageTitle String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stretch bool?
finalinherited
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