AdaptiveText.rich constructor

const AdaptiveText.rich(
  1. InlineSpan? textSpan, {
  2. Key? key,
  3. TextStyle? style,
  4. dynamic alwaysSelectable = false,
  5. dynamic alwaysPlain = false,
})

Implementation

const AdaptiveText.rich(
  this.textSpan, {
  Key? key,
  this.style,
  this.alwaysSelectable = false,
  this.alwaysPlain = false,
})  : rich = true,
      text = null,
      super(key: key);