CanvasFillStrokeStyles class
- Implementers
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- CanvasFillStrokeStyles()
-
factory
Properties
- fillStyle ↔ dynamic
-
Available on CanvasFillStrokeStyles, provided by the PropsCanvasFillStrokeStyles extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strokeStyle ↔ dynamic
-
Available on CanvasFillStrokeStyles, provided by the PropsCanvasFillStrokeStyles extension
getter/setter pair
Methods
-
createConicGradient(
double startAngle, double x, double y) → CanvasGradient -
Available on CanvasFillStrokeStyles, provided by the PropsCanvasFillStrokeStyles extension
-
createLinearGradient(
double x0, double y0, double x1, double y1) → CanvasGradient -
Available on CanvasFillStrokeStyles, provided by the PropsCanvasFillStrokeStyles extension
-
createPattern(
dynamic image, String repetition) → CanvasPattern? -
Available on CanvasFillStrokeStyles, provided by the PropsCanvasFillStrokeStyles extension
-
createRadialGradient(
double x0, double y0, double r0, double x1, double y1, double r1) → CanvasGradient -
Available on CanvasFillStrokeStyles, provided by the PropsCanvasFillStrokeStyles extension
-
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