GlassyConfig class

Glass Configuration that can determines configs of all glassy widgets

Constructors

GlassyConfig({double radius = 15, double backgroundOpacity = 0.2, Color backgroundColor = Colors.grey, Color? borderColor, Color foregroundColor = Colors.white, double borderOpacity = 0.5})

Properties

backgroundColor Color
the color of background of all glassy widgets default value is "Colors.grey"
getter/setter pair
backgroundOpacity double
the opacity of background of all glassy widgets default value is "0.5"
getter/setter pair
borderColor Color?
the color of border of all glassy widgets default value is "Colors.grey"
getter/setter pair
borderOpacity double
the opacity of border of all glassy widgets default value is "0.5"
getter/setter pair
foregroundColor Color
the color of foreground of all glassy widgets default value is "Colors.white"
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
radius double
the radius of all glassy widgets in px default value is "15"
getter/setter pair
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