lettersModel property
Implementation
@override
List<TraceModel>? lettersModel = [
TraceModel(
indexPathPaintStyle: PaintingStyle.fill,
dottedPathPaintStyle: PaintingStyle.fill,
dottedPath: ShapePaths.sDotted,
dottedColor: AppColorPhonetics.white,
indexColor: AppColorPhonetics.phonticGrey,
indexPath: ShapePaths.sIndex,
strokeWidth: 75,
scaleIndexPath: .65,
poitionIndexPath: const Size(-10, 0),
scaledottedPath: .8,
letterPath: ShapePaths.s3,
pointsJsonFile: ShapePointsManger.sShape,
innerPaintColor: AppColorPhonetics.lightBlueColor4,
outerPaintColor: AppColorPhonetics.lightBlueColor2),
];