InlineText constructor

const InlineText(
  1. String text, {
  2. Key? key,
  3. double? textScaleFactor,
  4. TextStyle? style,
})

Implementation

const InlineText(
  this.text, {
  Key? key,
  this.textScaleFactor,
  this.style,
}) : super(key: key);