MaterialSliverAppBarData class

Constructors

MaterialSliverAppBarData({Key? widgetKey, Widget? leading, bool? automaticallyImplyLeading, Color? backgroundColor, bool? stretch, Widget? title, List<Widget>? actions, Widget? flexibleSpace, PreferredSizeWidget? bottom, double? elevation, double? scrolledUnderElevation, Color? shadowColor, Color? surfaceTintColor, bool forceElevated = false, Color? foregroundColor, IconThemeData? iconTheme, IconThemeData? actionsIconTheme, bool primary = true, bool? centerTitle, bool excludeHeaderSemantics = false, double? titleSpacing, double? collapsedHeight, double? expandedHeight, bool floating = false, bool pinned = false, bool snap = false, double stretchTriggerOffset = 100.0, AsyncCallback? onStretchTrigger, ShapeBorder? shape, double toolbarHeight = kToolbarHeight, double? leadingWidth, TextStyle? toolbarTextStyle, TextStyle? titleTextStyle, SystemUiOverlayStyle? systemOverlayStyle, bool forceMaterialTransparency = false, Clip? clipBehavior})

Properties

actions List<Widget>?
final
actionsIconTheme IconThemeData?
final
automaticallyImplyLeading bool?
finalinherited
backgroundColor Color?
finalinherited
bottom PreferredSizeWidget?
final
centerTitle bool?
final
clipBehavior Clip?
final
collapsedHeight double?
final
elevation double?
final
excludeHeaderSemantics bool
final
expandedHeight double?
final
flexibleSpace Widget?
final
floating bool
final
forceElevated bool
final
forceMaterialTransparency bool
final
foregroundColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
iconTheme IconThemeData?
final
leading Widget?
finalinherited
leadingWidth double?
final
onStretchTrigger AsyncCallback?
final
pinned bool
final
primary bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrolledUnderElevation double?
final
shadowColor Color?
final
shape ShapeBorder?
final
snap bool
final
stretch bool?
finalinherited
stretchTriggerOffset double
final
surfaceTintColor Color?
final
systemOverlayStyle SystemUiOverlayStyle?
final
title Widget?
finalinherited
titleSpacing double?
final
titleTextStyle TextStyle?
final
toolbarHeight double
final
toolbarTextStyle TextStyle?
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