MaterialAppBarData class

Constructors

MaterialAppBarData({Widget? title, Color? backgroundColor, Widget? leading, Key? widgetKey, bool? automaticallyImplyLeading, List<Widget>? actions, PreferredSizeWidget? bottom, double? bottomOpacity, @Deprecated('This property is no longer used, please use systemOverlayStyle instead. ') Brightness? brightness, bool? centerTitle, double? elevation, Widget? flexibleSpace, IconThemeData? iconTheme, bool? primary, @Deprecated('This property is no longer used, please use toolbarTextStyle and titleTextStyle instead. ') TextTheme? textTheme, double? titleSpacing, double? toolbarOpacity, IconThemeData? actionsIconTheme, ShapeBorder? shape, bool? excludeHeaderSemantics, Color? shadowColor, double? toolbarHeight, double? leadingWidth, @Deprecated('This property is obsolete and is false by default. ') bool? backwardsCompatibility, Color? foregroundColor, SystemUiOverlayStyle? systemOverlayStyle, TextStyle? titleTextStyle, TextStyle? toolbarTextStyle})

Properties

actions List<Widget>?
final
actionsIconTheme IconThemeData?
final
automaticallyImplyLeading bool?
finalinherited
backgroundColor Color?
finalinherited
backwardsCompatibility bool?
final
bottom PreferredSizeWidget?
final
bottomOpacity double?
final
brightness Brightness?
final
centerTitle bool?
final
elevation double?
final
excludeHeaderSemantics bool?
final
flexibleSpace Widget?
final
foregroundColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
iconTheme IconThemeData?
final
leading Widget?
finalinherited
leadingWidth double?
final
primary bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowColor Color?
final
shape ShapeBorder?
final
systemOverlayStyle SystemUiOverlayStyle?
final
textTheme TextTheme?
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