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