AccessiblyHeadingText constructor

const AccessiblyHeadingText(
  1. String data, {
  2. Key? key,
  3. TextStyle? style,
  4. StrutStyle? strutStyle,
  5. TextAlign? textAlign,
  6. TextDirection? textDirection,
  7. Locale? locale,
  8. bool? softWrap,
  9. TextOverflow? overflow,
  10. double? textScaleFactor,
  11. TextHeightBehavior? textHeightBehavior,
  12. Color? selectionColor,
})

Implementation

const AccessiblyHeadingText(this.data,
    {super.key,
    this.style,
    this.strutStyle,
    this.textAlign,
    this.textDirection,
    this.locale,
    this.softWrap,
    this.overflow,
    this.textScaleFactor,
    this.textHeightBehavior,
    this.selectionColor});