MaterialAppBarData class
Constructors
-
MaterialAppBarData({Widget title, Color backgroundColor, Widget leading, Key widgetKey, bool automaticallyImplyLeading, List<
Widget> actions, PreferredSizeWidget bottom, double bottomOpacity, Brightness brightness, bool centerTitle, double elevation, Widget flexibleSpace, IconThemeData iconTheme, bool primary, TextTheme textTheme, double titleSpacing, double toolbarOpacity, IconThemeData actionsIconTheme, ShapeBorder shape, bool excludeHeaderSemantics, Color shadowColor, double toolbarHeight, double leadingWidth})
Properties
-
actions
→ List<
Widget> -
final
- actionsIconTheme → IconThemeData
-
final
- automaticallyImplyLeading → bool
-
final, inherited
- backgroundColor → Color
-
final, inherited
- bottom → PreferredSizeWidget
-
final
- bottomOpacity → double
-
final
- brightness → Brightness
-
final
- centerTitle → bool
-
final
- elevation → double
-
final
- excludeHeaderSemantics → bool
-
final
- flexibleSpace → Widget
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- iconTheme → IconThemeData
-
final
- leading → Widget
-
final, inherited
- leadingWidth → double
-
final
- primary → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- shadowColor → Color
-
final
- shape → ShapeBorder
-
final
- textTheme → TextTheme
-
final
- title → Widget
-
final, inherited
- titleSpacing → double
-
final
- toolbarHeight → double
-
final
- toolbarOpacity → double
-
final
- widgetKey → Key
-
final, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited