SpanText constructor

const SpanText({
  1. required String text,
})

Implementation

const SpanText({
  required this.text,
});