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