TextHyphenated constructor
const
TextHyphenated(
- String text,
- String language, {
- String symbol = '\u{00AD}',
- TextStyle? style,
- GlobalKey<
State< ? textKey,StatefulWidget> > - StrutStyle? strutStyle,
- TextAlign? textAlign,
- TextDirection? textDirection,
- Locale? locale,
- bool? softWrap,
- TextOverflow? overflow,
- double? textScaleFactor,
- int? maxLines,
- String? semanticsLabel,
- TextWidthBasis? textWidthBasis,
- TextHeightBehavior? textHeightBehavior,
- Color? selectionColor,
- Key? key,
- bool doShowDebug = false,
Implementation
const TextHyphenated(this.text, this.language,
{this.symbol = '\u{00AD}',
this.style,
this.textKey,
this.strutStyle,
this.textAlign,
this.textDirection,
this.locale,
this.softWrap,
this.overflow,
this.textScaleFactor,
this.maxLines,
this.semanticsLabel,
this.textWidthBasis,
this.textHeightBehavior,
this.selectionColor,
Key? super.key,
this.doShowDebug = false});