StrokeOrder class

Represents the stroke order of a character.

A JSON string retrieved via downloadStrokeOrder can be passed directly to the constructor.

Constructors

StrokeOrder(String strokeOrderJson)

Properties

hashCode int
The hash code for this object.
no setterinherited
medians List<List<Offset>>
List of points describing the median of each stroke.
latefinal
nStrokes int
The number of strokes required to write the character.
latefinal
radicalStrokeIndices List<int>
Indices of the strokes that are part of the character's radical.
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strokeOutlines List<Path>
Path information describing the outline of each strokes.
latefinal

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