TextShape constructor
const
TextShape({})
Implementation
const TextShape({super.key, required this.text, required this.type,this.letterSpacing=1.5,this.size=200,
this.strokeWidth=34,
required this.textStyle,this.shapeColor=Colors.grey} );