AdaptiveText constructor

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

Implementation

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