ArcaneTextSpan constructor
const
ArcaneTextSpan(
- String text, {
- FontSize? size,
- FontWeight? weight,
- TextColor? color,
- String? colorCustom,
- TextDecoration? decoration,
- FontFamily? family,
- FontStyle? fontStyle,
- ArcaneStyleData? style,
- Key? key,
Implementation
const ArcaneTextSpan(
this.text, {
this.size,
this.weight,
this.color,
this.colorCustom,
this.decoration,
this.family,
this.fontStyle,
this.style,
super.key,
});