MaterialAppBarData class final

Constructors

MaterialAppBarData({Widget? title, Color? backgroundColor, Widget? leading, Key? widgetKey, bool automaticallyImplyLeading = kAutoImplyLeading, PreferredSizeWidget? bottom, List<Widget>? actions, Widget? flexibleSpace, double? elevation, double? scrolledUnderElevation, ScrollNotificationPredicate notificationPredicate = kDefaultScrollNotificationPredicate, Color? shadowColor, Color? surfaceTintColor, ShapeBorder? shape, Color? foregroundColor, IconThemeData? iconTheme, IconThemeData? actionsIconTheme, bool primary = kDefaultPrimary, bool centerTitle = kCenterTitle, bool excludeHeaderSemantics = kExcludeHeaderSemantics, double? titleSpacing, double toolbarOpacity = kToolbarOpacity, double bottomOpacity = kBottomOpacity, double? toolbarHeight, double? leadingWidth, TextStyle? toolbarTextStyle, TextStyle? titleTextStyle, SystemUiOverlayStyle? systemOverlayStyle, bool forceMaterialTransparency = kForceMaterialTransparency, bool useDefaultSemanticsOrder = kUseDefaultSemanticsOrder, Clip? clipBehavior, EdgeInsetsGeometry? actionsPadding, bool animateColor = kAnimateColor})
const

Properties

actions List<Widget>?
final
actionsIconTheme IconThemeData?
final
actionsPadding EdgeInsetsGeometry?
final
animateColor bool
final
automaticallyImplyLeading bool
finalinherited
backgroundColor Color?
finalinherited
bottom PreferredSizeWidget?
finalinherited
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
useDefaultSemanticsOrder 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