correctStrokePaths property

List<List<Offset>> correctStrokePaths
getter/setter pair

List of paths describing the correct strokes as written by the user (in a 1024x1024 coordinate system).

Implementation

late List<List<Offset>> correctStrokePaths;