CanvasPathDrawingStyles class

Implementers
Available extensions
Annotations
  • @JS.new()
  • @staticInterop

Constructors

CanvasPathDrawingStyles()
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
lineCap ↔ CanvasLineCap

Available on CanvasPathDrawingStyles, provided by the PropsCanvasPathDrawingStyles extension

getter/setter pair
lineDashOffset ↔ dynamic

Available on CanvasPathDrawingStyles, provided by the PropsCanvasPathDrawingStyles extension

getter/setter pair
lineJoin ↔ CanvasLineJoin

Available on CanvasPathDrawingStyles, provided by the PropsCanvasPathDrawingStyles extension

getter/setter pair
lineWidth ↔ dynamic

Available on CanvasPathDrawingStyles, provided by the PropsCanvasPathDrawingStyles extension

getter/setter pair
miterLimit ↔ dynamic

Available on CanvasPathDrawingStyles, provided by the PropsCanvasPathDrawingStyles extension

getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

getLineDash() → Iterable

Available on CanvasPathDrawingStyles, provided by the PropsCanvasPathDrawingStyles extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLineDash(Iterable segments) → void

Available on CanvasPathDrawingStyles, provided by the PropsCanvasPathDrawingStyles extension

toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited