lettersModel property
Implementation
@override
List<TraceModel>? lettersModel = [
TraceModel(
indexPathPaintStyle: PaintingStyle.fill,
dottedPathPaintStyle: PaintingStyle.fill,
dottedPath: ShapePaths.cshapeDoted,
dottedColor: AppColorPhonetics.phonticGrey,
indexColor: AppColorPhonetics.white,
indexPath: ShapePaths.cshapeIndex,
strokeWidth: 50,
scaleIndexPath: .1,
poitionIndexPath: const Size(140, -25),
poitionDottedPath: const Size(5, 0),
scaledottedPath: .9,
letterPath: ShapePaths.cshaped,
pointsJsonFile: ShapePointsManger.cShape,
innerPaintColor: AppColorPhonetics.lightBlueColor4,
outerPaintColor: AppColorPhonetics.lightBlueColor2),
];