lettersModel property
Implementation
@override
List<TraceModel>? lettersModel = [
TraceModel(
dottedPath: ShapePaths.iShapeDotetd,
dottedPathPaintStyle: PaintingStyle.fill,
indexPathPaintStyle: PaintingStyle.fill,
poitionDottedPath: const Size(12, 20),
poitionIndexPath: const Size(-15, -35),
strokeWidth: 45,
dottedColor: AppColorPhonetics.phonticGrey,
indexColor: AppColorPhonetics.white,
indexPath: ShapePaths.iShapeIndex,
scaleIndexPath: .5,
scaledottedPath: .5,
letterPath: ShapePaths.iShape,
pointsJsonFile: ShapePointsManger.iShape,
innerPaintColor: AppColorPhonetics.lightBlueColor4,
outerPaintColor: AppColorPhonetics.lightBlueColor2),
];