GeometryMixin class

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

Constructors

GeometryMixin.new({Object? strokeCap, num? strokeMiterLimit, VectorPaths? fillGeometry, VectorNode? outlineStroke()?, ReadonlyArray<Object>? strokes, String? strokeStyleId, Object? strokeWeight, Object? strokeJoin, StrokeAlign? strokeAlign, ReadonlyArray<num>? dashPattern, VectorPaths? strokeGeometry, Future<void> setStrokeStyleIdAsync(String)?, Object? fills, Object? fillStyleId, Future<void> setFillStyleIdAsync(String)?})
factory

Properties

dashPattern ReadonlyArray<num>

Available on MinimalStrokesMixin, provided by the MinimalStrokesMixin$Typings extension

getter/setter pair
fillGeometry VectorPaths

Available on GeometryMixin, provided by the GeometryMixin$Typings extension

no setter
fills Object

Available on MinimalFillsMixin, provided by the MinimalFillsMixin$Typings extension

getter/setter pair
fillStyleId Object

Available on MinimalFillsMixin, provided by the MinimalFillsMixin$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
outlineStroke VectorNode? Function()

Available on GeometryMixin, provided by the GeometryMixin$Typings extension

getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setFillStyleIdAsync Future<void> Function(String)

Available on MinimalFillsMixin, provided by the MinimalFillsMixin$Typings extension

getter/setter pair
setStrokeStyleIdAsync Future<void> Function(String)

Available on MinimalStrokesMixin, provided by the MinimalStrokesMixin$Typings extension

getter/setter pair
strokeAlign StrokeAlign

Available on MinimalStrokesMixin, provided by the MinimalStrokesMixin$Typings extension

getter/setter pair
strokeCap Object

Available on GeometryMixin, provided by the GeometryMixin$Typings extension

getter/setter pair
strokeGeometry VectorPaths

Available on MinimalStrokesMixin, provided by the MinimalStrokesMixin$Typings extension

no setter
strokeJoin Object

Available on MinimalStrokesMixin, provided by the MinimalStrokesMixin$Typings extension

getter/setter pair
strokeMiterLimit num

Available on GeometryMixin, provided by the GeometryMixin$Typings extension

getter/setter pair
strokes ReadonlyArray<Object>

Available on MinimalStrokesMixin, provided by the MinimalStrokesMixin$Typings extension

getter/setter pair
strokeStyleId String

Available on MinimalStrokesMixin, provided by the MinimalStrokesMixin$Typings extension

getter/setter pair
strokeWeight Object

Available on MinimalStrokesMixin, provided by the MinimalStrokesMixin$Typings extension

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