ImportantAppText constructor
const
ImportantAppText(
- String data, {
- Key? key,
- Color? color,
- double? fontSize,
- FontWeight? fontWeight,
- TextAlign? alignment,
- int? maxLines,
- FontStyle? fontStyle,
- double? letterSpacing,
- double? wordSpacing,
- double? height,
- Color? indicatorColor,
- double? indicatorFontSize,
- FontWeight? indicatorFontWeight,
- String indicatorText = '*',
- double? indicatorSpacing,
- IndicatorPosition indicatorPosition = IndicatorPosition.after,
- TextStyle? textStyle,
- Color? backgroundColor,
- String? semanticsLabel,
- bool? enableSecurity,
Implementation
const ImportantAppText(
this.data, {
super.key,
this.color,
this.fontSize,
this.fontWeight,
this.alignment,
this.maxLines,
this.fontStyle,
this.letterSpacing,
this.wordSpacing,
this.height,
this.indicatorColor,
this.indicatorFontSize,
this.indicatorFontWeight,
this.indicatorText = '*',
this.indicatorSpacing,
this.indicatorPosition = IndicatorPosition.after,
this.textStyle,
this.backgroundColor,
this.semanticsLabel,
this.enableSecurity,
});