lettersModel property

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

Implementation

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