InlineSpan constructor

const InlineSpan(
  1. {TextStyle? style}
)

Creates an InlineSpan with the given values.

Implementation

const InlineSpan({
  this.style,
});