StrokeText constructor
const
StrokeText({})
Implementation
const StrokeText(
{super.key,
required this.text,
required this.isDisabled,
this.strokeWidth,
this.fontSize,
this.height,
this.color,
this.strokeColor});