lettersModel property

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

Implementation

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