lettersModel property

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

Implementation

@override
List<TraceModel>? lettersModel = [
  TraceModel(
      dottedPath: ShapePaths.aDotted,
      dottedColor: AppColorPhonetics.white,
      indexColor: AppColorPhonetics.phonticGrey,
      indexPath: ShapePaths.aIndex,
      dottedPathPaintStyle: PaintingStyle.fill,
      indexPathPaintStyle: PaintingStyle.fill,
      scaleIndexPath: .3,
      poitionIndexPath: const Size(50, -60),
      scaledottedPath: .8,
      letterPath: ShapePaths.aShape,
      strokeWidth: 67,
      pointsJsonFile: ShapePointsManger.aShape,
      innerPaintColor: AppColorPhonetics.lightBlueColor4,
      outerPaintColor: AppColorPhonetics.lightBlueColor2),
];