lettersModel property
Implementation
@override
List<TraceModel>? lettersModel = [
TraceModel(
dottedPath: ShapePaths.qshapeDotted,
dottedPathPaintStyle: PaintingStyle.fill,
indexPathPaintStyle: PaintingStyle.fill,
poitionIndexPath: const Size(20, 0),
strokeWidth: 50,
dottedColor: AppColorPhonetics.phonticGrey,
indexColor: AppColorPhonetics.white,
indexPath: ShapePaths.qshapeIndex,
scaleIndexPath: .9,
scaledottedPath: .8,
letterPath: ShapePaths.qshape,
pointsJsonFile: ShapePointsManger.qShape,
innerPaintColor: AppColorPhonetics.lightBlueColor4,
outerPaintColor: AppColorPhonetics.lightBlueColor2),
];