TextGetter<T>.construct constructor
const
TextGetter<T>.construct ({
- Key? key,
- String describe(
- T value
- TextStyle style = const TextStyle(),
- TextAlign? align,
- int? maxLines,
- TextOverflow? overflow,
- bool? softWrap,
- StrutStyle? strutStyle,
- TextHeightBehavior? textHeightBehavior,
- TextScaler? textScaler,
- TextWidthBasis? textWidthBasis,
Initializes fields for subclasses.
Implementation
const TextGetter.construct({
super.key,
this.describe = _describe,
this.style = const TextStyle(),
this.align,
this.maxLines,
this.overflow,
this.softWrap,
this.strutStyle,
this.textHeightBehavior,
this.textScaler,
this.textWidthBasis,
});