GlassMorphismConfiguration class
Constructors
- GlassMorphismConfiguration({Color? borderColor, double? strokeWidth, Color? backgroundColor, double? borderRadius})
-
const
Properties
- backgroundColor → Color?
-
Used to give background color of reaction pop-up.
final
- borderColor → Color?
-
Used to give border color of reaction pop-up.
final
- borderRadius → double?
-
Used to give border radius of reaction pop-up.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strokeWidth → double?
-
Used to give stroke width of reaction pop-up.
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.
inherited