TextStroke constructor
const
TextStroke({})
Implementation
const TextStroke({
super.key,
required this.text,
this.style,
this.strokeColor,
this.strokeWidth,
this.textAlign,
this.overflow,
});
const TextStroke({
super.key,
required this.text,
this.style,
this.strokeColor,
this.strokeWidth,
this.textAlign,
this.overflow,
});