TextRichStroke constructor
const
TextRichStroke({})
Implementation
const TextRichStroke({
super.key,
required this.textSpan,
this.textAlign,
this.strokeColor,
this.strokeWidth,
this.overflow,
});
const TextRichStroke({
super.key,
required this.textSpan,
this.textAlign,
this.strokeColor,
this.strokeWidth,
this.overflow,
});