lettersModel property

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

Implementation

@override
List<TraceModel>? lettersModel = [
  TraceModel(
      dottedPath: ShapePaths.rShapeDotted,
      indexPathPaintStyle: PaintingStyle.fill,
      dottedPathPaintStyle: PaintingStyle.fill,
      strokeWidth: 60,
      dottedColor: AppColorPhonetics.white,
      indexColor: AppColorPhonetics.white,
      indexPath: ShapePaths.rshapeIndex,
      scaleIndexPath: .4,
      poitionIndexPath: const Size(-15, -50),
      scaledottedPath: .8,
      letterPath: ShapePaths.rshape,
      pointsJsonFile: ShapePointsManger.RShape,
      innerPaintColor: AppColorPhonetics.lightBlueColor4,
      outerPaintColor: AppColorPhonetics.lightBlueColor2),
];