CanvasPathDrawingStyles class

Implementers
Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

CanvasPathDrawingStyles.new({CanvasLineCap? lineCap, num? lineDashOffset, CanvasLineJoin? lineJoin, num? lineWidth, num? miterLimit, List<num> getLineDash()?})
factory

Properties

getLineDash List<num> Function()

Available on CanvasPathDrawingStyles, provided by the CanvasPathDrawingStyles$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineCap CanvasLineCap

Available on CanvasPathDrawingStyles, provided by the CanvasPathDrawingStyles$Typings extension

MDN Reference
getter/setter pair
lineDashOffset num

Available on CanvasPathDrawingStyles, provided by the CanvasPathDrawingStyles$Typings extension

MDN Reference
getter/setter pair
lineJoin CanvasLineJoin

Available on CanvasPathDrawingStyles, provided by the CanvasPathDrawingStyles$Typings extension

MDN Reference
getter/setter pair
lineWidth num

Available on CanvasPathDrawingStyles, provided by the CanvasPathDrawingStyles$Typings extension

MDN Reference
getter/setter pair
miterLimit num

Available on CanvasPathDrawingStyles, provided by the CanvasPathDrawingStyles$Typings extension

MDN Reference
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setLineDash → ({void Function(List<num> segments) $1, void Function(Iterable<num> segments) $2})

Available on CanvasPathDrawingStyles, provided by the CanvasPathDrawingStyles$Typings extension

Overload accessor: $1, $2
no setter

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