lettersModel property

  1. @override
List<TraceModel>? lettersModel
getter/setter pairoverride

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),
];