GradientTransform class Null safety
Base class for transforming gradient shaders without applying the same transform to the entire canvas.
For example, a SweepGradient normally starts its gradation at 3 o'clock
and draws clockwise. To have the sweep appear to start at 6 o'clock, supply
a GradientRotation of pi/4
radians (i.e. 45 degrees).
- Implementers
- Annotations
Constructors
- GradientTransform()
-
Abstract const constructor. This constructor enables subclasses to provide
const constructors so that they can be used in const expressions.
const
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
transform(
Rect bounds, {TextDirection? textDirection}) → Matrix4? - When a Gradient creates its Shader, it will call this method to determine what transform to apply to the shader for the given Rect and TextDirection.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited