ArcaneTextSpan constructor

const ArcaneTextSpan(
  1. String text, {
  2. FontSize? size,
  3. FontWeight? weight,
  4. TextColor? color,
  5. String? colorCustom,
  6. TextDecoration? decoration,
  7. FontFamily? family,
  8. FontStyle? fontStyle,
  9. ArcaneStyleData? style,
  10. 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,
});