TraceModel class
Constructors
-
TraceModel({bool isSpace = false, Size letterViewSize = const Size(200, 200), bool? disableDivededStrokes, double? strokeIndex, double? distanceToCheck, double? scaledottedPath, double? scaleIndexPath, Size? poitionIndexPath, Size? poitionDottedPath, PaintingStyle? indexPathPaintStyle, PaintingStyle? dottedPathPaintStyle, double strokeWidth = 55, Color indexColor = Colors.black, Color outerPaintColor = Colors.red, Color innerPaintColor = Colors.blue, Color dottedColor = Colors.amber, required String dottedPath, required String indexPath, required String letterPath, required String pointsJsonFile})
-
Methods
-
copyWith({bool? isSpace, String? letterPath, String? pointsJsonFile, String? dottedPath, String? indexPath, bool? disableDivededStrokes, Color? outerPaintColor, Color? innerPaintColor, Color? dottedColor, Color? indexColor, double? strokeWidth, PaintingStyle? indexPathPaintStyle, PaintingStyle? dottedPathPaintStyle, Size? poitionIndexPath, Size? poitionDottedPath, double? scaleIndexPath, double? scaledottedPath, double? distanceToCheck, Size? letterViewSize, double? strokeIndex})
→ TraceModel
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited