AppbarProperties class
Constructors
-
AppbarProperties({Key? appbarKey, bool automaticallyImplyLeading = true, Color? backgroundColor, double bottomOpacity = 1, Clip? clipBehavior, double? elevation, 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
Methods
-
modify({Key? appbarKey, IconThemeData? actionsIconTheme, bool? automaticallyImplyLeading, Color? backgroundColor, double? bottomOpacity, Clip? clipBehavior, double? elevation, 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