AppbarProperties class

Constructors

AppbarProperties({Key? appbarKey, bool automaticallyImplyLeading = true, Color? backgroundColor, double bottomOpacity = 1, Clip? clipBehavior, double? elevation, bool excludeHeaderSemantics = false, Color? foregroundColor, bool forceMaterialTransparency = false, double? leadingWidth, bool primary = true, double? scrolledUnderElevation, Color? shadowColor, ShapeBorder? shape, Color? surfaceTintColor, String? title, bool? titleCenter, double? titleSpacing, TextStyle? titleTextStyle, double? toolbarHeight, double toolbarOpacity = 1, TextStyle? toolbarTextStyle, IconThemeData? actionsIconTheme, IconThemeData? iconTheme})
const
AppbarProperties.fromContext(BuildContext context, {bool transparency = false})
factory

Properties

actionsIconTheme IconThemeData?
final
appbarKey Key?
final
automaticallyImplyLeading bool
final
backgroundColor Color?
final
bottomOpacity double
final
clipBehavior Clip?
final
elevation double?
final
excludeHeaderSemantics bool
final
forceMaterialTransparency bool
final
foregroundColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
iconTheme IconThemeData?
final
leadingWidth double?
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
title String?
final
titleCenter bool?
final
titleSpacing double?
final
titleTextStyle TextStyle?
final
toolbarHeight double?
final
toolbarOpacity double
final
toolbarTextStyle TextStyle?
final

Methods

modify({Key? appbarKey, IconThemeData? actionsIconTheme, bool? automaticallyImplyLeading, Color? backgroundColor, double? bottomOpacity, Clip? clipBehavior, double? elevation, bool? excludeHeaderSemantics, Color? foregroundColor, bool? forceMaterialTransparency, IconThemeData? iconTheme, double? leadingWidth, bool? primary, double? scrolledUnderElevation, Color? shadowColor, ShapeBorder? shape, Color? surfaceTintColor, String? title, bool? titleCenter, double? titleSpacing, TextStyle? titleTextStyle, double? toolbarHeight, double? toolbarOpacity, TextStyle? toolbarTextStyle}) AppbarProperties
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