WrappedText constructor
const
WrappedText({
- Key? key,
- required Widget child,
- WrappedTextDataBuilder<
TextStyle> ? style, - WrappedTextDataBuilder<
TextAlign> ? textAlign, - WrappedTextDataBuilder<
bool> ? softWrap, - WrappedTextDataBuilder<
TextOverflow> ? overflow, - WrappedTextDataBuilder<
int> ? maxLines, - WrappedTextDataBuilder<
TextWidthBasis> ? textWidthBasis,
Implementation
const WrappedText({
super.key,
required this.child,
this.style,
this.textAlign,
this.softWrap,
this.overflow,
this.maxLines,
this.textWidthBasis,
});