SpanItem constructor

const SpanItem({
  1. required InlineSpan span,
})

Implementation

const SpanItem({
  required this.span,
});