lettersModel property
Implementation
@override
List<TraceModel>? lettersModel = [
TraceModel(
dottedPath: ShapePaths.kshapeDotted,
indexPathPaintStyle: PaintingStyle.fill,
dottedPathPaintStyle: PaintingStyle.stroke,
poitionIndexPath: const Size(-13, -30),
strokeWidth: 70,
dottedColor: AppColorPhonetics.phonticGrey,
indexColor: AppColorPhonetics.white,
indexPath: ShapePaths.kshapeIndex,
scaleIndexPath: .6,
scaledottedPath: .8,
letterPath: ShapePaths.kshape,
pointsJsonFile: ShapePointsManger.KShape,
innerPaintColor: AppColorPhonetics.lightBlueColor4,
outerPaintColor: AppColorPhonetics.lightBlueColor2),
];