MinimalStrokesMixin class
- Implementers
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
MinimalStrokesMixin.new({ReadonlyArray<
Object> ? strokes, String? strokeStyleId, Object? strokeWeight, Object? strokeJoin, StrokeAlign? strokeAlign, ReadonlyArray<num> ? dashPattern, VectorPaths? strokeGeometry, Future<void> setStrokeStyleIdAsync(String)?}) -
factory
Properties
-
dashPattern
↔ ReadonlyArray<
num> -
Available on MinimalStrokesMixin, provided by the MinimalStrokesMixin$Typings 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
-
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 - 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 -
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