lettersModel property

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

Implementation

@override
List<TraceModel>? lettersModel = [
  TraceModel(
      indexPathPaintStyle: PaintingStyle.fill,
      dottedPathPaintStyle: PaintingStyle.fill,
      dottedPath: ShapePaths.cshapeDoted,
      dottedColor: AppColorPhonetics.phonticGrey,
      indexColor: AppColorPhonetics.white,
      indexPath: ShapePaths.cshapeIndex,
      strokeWidth: 50,
      scaleIndexPath: .1,
      poitionIndexPath: const Size(140, -25),
      poitionDottedPath: const Size(5, 0),
      scaledottedPath: .9,
      letterPath: ShapePaths.cshaped,
      pointsJsonFile: ShapePointsManger.cShape,
      innerPaintColor: AppColorPhonetics.lightBlueColor4,
      outerPaintColor: AppColorPhonetics.lightBlueColor2),
];