BlurSides class

Inheritance

Constructors

BlurSides({double top = 0.0, double bottom = 0.0, double left = 0.0, double right = 0.0})
const
BlurSides.vertical({double top = 0.0, double bottom = 0.0})
factory

Properties

bottom double
The blur intensity for the bottom region (0.0 to 1.0).
finalinherited
hashCode int
The hash code for this object.
no setterinherited
left double
The blur intensity for the left region (0.0 to 1.0).
finalinherited
The blur intensity for the right region (0.0 to 1.0).
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top double
The blur intensity for the top region (0.0 to 1.0).
finalinherited

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