BackgroundBlurLayerData class
The BackgroundBlurLayerData class provides properties for the background blur layer
Constructors
- BackgroundBlurLayerData({required Color color, required double radius, Offset? offset, double? opacity, double? rotation, double? scale})
-
The BackgroundBlurLayerData constructor requires a
color
andradius
parameter and
Properties
- color ↔ Color
-
The color property contains the color for the background blur layer.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- offset ↔ Offset
-
The Layer class provides properties for layers in the image editor, such as
getter/setter pairinherited
- opacity ↔ double
-
The Layer class provides properties for layers in the image editor, such as
getter/setter pairinherited
- radius ↔ double
-
The radius property contains the radius for the background blur layer.
getter/setter pair
- rotation ↔ double
-
The Layer class provides properties for layers in the image editor, such as
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scale ↔ double
-
The Layer class provides properties for layers in the image editor, such as
getter/setter pairinherited
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