lettersModel property
Implementation
@override
List<TraceModel>? lettersModel = [
TraceModel(
dottedPath: ShapePaths.mDotted,
strokeWidth: 70,
dottedColor: AppColorPhonetics.white,
indexColor: AppColorPhonetics.white,
indexPath: ShapePaths.mIndex,
scaleIndexPath: .9,
scaledottedPath: .8,
letterPath: ShapePaths.mshape,
pointsJsonFile: ShapePointsManger.mShape,
innerPaintColor: AppColorPhonetics.lightBlueColor4,
outerPaintColor: AppColorPhonetics.lightBlueColor2),
];