lettersModel property

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

Implementation

@override
List<TraceModel>? lettersModel = [
  TraceModel(
      dottedPath: ShapePaths.yshapeDotted,
      indexPathPaintStyle: PaintingStyle.fill,
      dottedPathPaintStyle: PaintingStyle.fill,
      poitionIndexPath: const Size(-0, -65),
      strokeWidth: 60,
      dottedColor: AppColorPhonetics.phonticGrey,
      indexColor: AppColorPhonetics.white,
      indexPath: ShapePaths.yShapeIndex,
      scaleIndexPath: .6,
      scaledottedPath: .75,
      letterPath: ShapePaths.yshape,
      pointsJsonFile: ShapePointsManger.yShape,
      innerPaintColor: AppColorPhonetics.lightBlueColor4,
      outerPaintColor: AppColorPhonetics.lightBlueColor2),
];