ControlPoint class

A control point used in defining the gradient mask for the blur effect.

Constructors

ControlPoint({required double position, required ControlPointType type})
Creates a ControlPoint with the given position and type.

Properties

hashCode int
The hash code for this object.
no setterinherited
position double
Position between 0.0 and 1.0 along the edge.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ControlPointType
Type of the control point (visible or transparent).
getter/setter pair

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