AwsBarThemeBridge class

Constructors

AwsBarThemeBridge({Color? color, BoxBorder? border, BorderRadiusGeometry? borderRadius, List<BoxShadow>? boxShadow, Gradient? gradient, BlendMode? backgroundBlendMode, Gradient? borderGradient})

Properties

backgroundBlendMode BlendMode?
final
border BoxBorder?
final
borderGradient Gradient?
final
borderRadius BorderRadiusGeometry?
final
boxShadow List<BoxShadow>?
final
color Color?
final
gradient Gradient?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Color? color, BoxBorder? border, BorderRadiusGeometry? borderRadius, List<BoxShadow>? boxShadow, Gradient? gradient, BlendMode? backgroundBlendMode, Gradient? borderGradient}) AwsBarThemeBridge
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

Static Methods

borderGradientBase({Color? primary, Color? secondary, TileMode? tileMode}) Gradient