Glassmorphism class

Constructors

Glassmorphism({required double blurX, required double blurY, required Gradient gradient})
A config class for glassmorphism effect.
Glassmorphism.defaultConfig()
Default config for glassmorphism effect.
factory

Properties

blurX double
The sigmaX value for glassmorphism effect.
final
blurY double
The sigmaY value for glassmorphism effect.
final
gradient Gradient
Gradient for the glassmorphism effect.
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

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