InlineSpan constructor

const InlineSpan({
  1. TextStyle? style,
  2. required double baseline,
  3. AnnotationBuilder? annotation,
})

Implementation

const InlineSpan({
  this.style,
  required this.baseline,
  this.annotation,
});