TextInShape constructor

TextInShape({
  1. required String text,
  2. required String type,
  3. double letterSpacing = 1.5,
  4. double size = 200,
  5. double strokeWidth = 34,
  6. required TextStyle textStyle,
  7. Color shapeColor = Colors.grey,
})

Implementation

TextInShape({required this.text, required this.type,this.letterSpacing=1.5,this.size=200,
  this.strokeWidth=34,

required this.textStyle,this.shapeColor=Colors.grey} );