OutlineText constructor
const
OutlineText({})
Implementation
const OutlineText({
required this.content,
this.strokeColor,
this.fillColor,
this.fontSize = '32px',
this.fontWeight = '700',
this.strokeWidth = 2,
super.key,
});