AcrylicProperties class

Represents the properties of an Acrylic material

Annotations

Constructors

AcrylicProperties({required Color tint, required double tintAlpha, required double luminosityAlpha, required double blurAmount, required ShapeBorder shape})
const
AcrylicProperties.empty()
const

Properties

blurAmount double
final
hashCode int
The hash code for this object.
no setteroverride
luminosityAlpha double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ShapeBorder
final
tint Color
final
tintAlpha double
final

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.
override

Static Methods

of(BuildContext context) AcrylicProperties