SafaehUserText constructor
const
SafaehUserText(
- String data, {
- Key? key,
- TextStyle? style,
- int? maxLines,
- TextOverflow? overflow,
- TextAlign? textAlign,
- bool softWrap = true,
- TextWidthBasis? textWidthBasis,
- StrutStyle? strutStyle,
- String? semanticsLabel,
- int? maxGraphemes,
Implementation
const SafaehUserText(
this.data, {
super.key,
this.style,
this.maxLines,
this.overflow,
this.textAlign,
this.softWrap = true,
this.textWidthBasis,
this.strutStyle,
this.semanticsLabel,
this.maxGraphemes,
});