lettersModel property
Implementation
@override
List<TraceModel>? lettersModel = [
TraceModel(
dottedPath: ShapePaths.vShapeDotted,
indexPathPaintStyle: PaintingStyle.fill,
dottedPathPaintStyle: PaintingStyle.fill,
poitionIndexPath: const Size(-30, -0),
strokeWidth: 52,
dottedColor: AppColorPhonetics.phonticGrey,
indexColor: AppColorPhonetics.white,
indexPath: ShapePaths.vShapeIndex,
scaleIndexPath: .9,
scaledottedPath: .8,
letterPath: ShapePaths.vshape,
pointsJsonFile: ShapePointsManger.vShape,
innerPaintColor: AppColorPhonetics.lightBlueColor4,
outerPaintColor: AppColorPhonetics.lightBlueColor2),
];