lettersModel property

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

Implementation

@override
List<TraceModel>? lettersModel = [
  TraceModel(
      dottedPath: ShapePaths.tshapeDotted,
      dottedColor: AppColorPhonetics.white,
      indexColor: AppColorPhonetics.phonticGrey,
      indexPath: ShapePaths.tshapeIndex,
      letterPath: ShapePaths.tShape,
      strokeWidth: 50,
      scaledottedPath: .8,
      scaleIndexPath: .33,
      poitionDottedPath: const Size(2, 10),
      poitionIndexPath: const Size(-30, -60),
      dottedPathPaintStyle: PaintingStyle.stroke,
      indexPathPaintStyle: PaintingStyle.fill,
      pointsJsonFile: ShapePointsManger.tShape,
      innerPaintColor: AppColorPhonetics.lightBlueColor4,
      outerPaintColor: AppColorPhonetics.lightBlueColor2),
];