LiquidGlassConfig class

Constructors

LiquidGlassConfig.new({double blurAmount = 20.0, double noiseOpacity = 0.03, double highlightIntensity = 0.2, Color highlightColor = Colors.white, Color noiseColor = Colors.white})
const

Properties

blurAmount double
final
hashCode int
The hash code for this object.
no setterinherited
highlightColor Color
final
highlightIntensity double
final
noiseColor Color
final
noiseOpacity double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({double? blurAmount, double? noiseOpacity, double? highlightIntensity, Color? highlightColor, Color? noiseColor}) LiquidGlassConfig
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