MaterialAppBarData class

Constructors

MaterialAppBarData({Widget? title, Color? backgroundColor, Widget? leading, Key? widgetKey, bool? automaticallyImplyLeading, List<Widget>? actions, PreferredSizeWidget? bottom, double? bottomOpacity, bool? centerTitle, double? elevation, Widget? flexibleSpace, IconThemeData? iconTheme, bool? primary, double? titleSpacing, double? toolbarOpacity, IconThemeData? actionsIconTheme, ShapeBorder? shape, bool? excludeHeaderSemantics, Color? shadowColor, double? toolbarHeight, double? leadingWidth, Color? foregroundColor, SystemUiOverlayStyle? systemOverlayStyle, TextStyle? titleTextStyle, TextStyle? toolbarTextStyle, double? scrolledUnderElevation, Color? surfaceTintColor, ScrollNotificationPredicate? notificationPredicate, Clip? clipBehavior, bool? forceMaterialTransparency})

Properties

actions List<Widget>?
final
actionsIconTheme IconThemeData?
final
automaticallyImplyLeading bool?
finalinherited
backgroundColor Color?
finalinherited
bottom PreferredSizeWidget?
final
bottomOpacity double?
final
centerTitle bool?
final
clipBehavior Clip?
final
elevation double?
final
excludeHeaderSemantics bool?
final
flexibleSpace Widget?
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
notificationPredicate ScrollNotificationPredicate?
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
surfaceTintColor Color?
final
systemOverlayStyle SystemUiOverlayStyle?
final
title Widget?
finalinherited
titleSpacing double?
final
titleTextStyle TextStyle?
final
toolbarHeight double?
final
toolbarOpacity 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