StrokeJoin enum

A string enum with value of StrokeJoin.miter, StrokeJoin.bevel, or StrokeCap.round, describing how corners in vector paths are rendered.

Inheritance

Constructors

StrokeJoin()
const

Values

miter → const StrokeJoin

Corners are rendered with a sharp point extending beyond the thickness of the stroke.

bevel → const StrokeJoin

Corners are rendered with a straight segment between the two lines.

round → const StrokeJoin

Corners are rendered with a smooth, circular arc between the two lines.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<StrokeJoin>
A constant List of the values in this enum, in order of their declaration.