InlineSpan constructor
const
InlineSpan({
- TextStyle? style,
- required double baseline,
- AnnotationBuilder? annotation,
Implementation
const InlineSpan({
this.style,
required this.baseline,
this.annotation,
});