StatusAlertTextConfiguration constructor

StatusAlertTextConfiguration({
  1. InlineSpan? textSpan,
  2. Key? key,
  3. TextStyle style = const TextStyle(fontFamily: 'SFNS'),
  4. StrutStyle? strutStyle,
  5. TextAlign textAlign = TextAlign.center,
  6. TextDirection? textDirection,
  7. Locale? locale,
  8. bool? softWrap,
  9. TextOverflow? overflow,
  10. double? textScaleFactor,
  11. int? maxLines,
  12. String? semanticsLabel,
  13. TextWidthBasis? textWidthBasis,
})

Implementation

StatusAlertTextConfiguration({
  this.textSpan,
  this.key,
  this.style = const TextStyle(fontFamily: 'SFNS'),
  this.strutStyle,
  this.textAlign = TextAlign.center,
  this.textDirection,
  this.locale,
  this.softWrap,
  this.overflow,
  this.textScaleFactor,
  this.maxLines,
  this.semanticsLabel,
  this.textWidthBasis,
});