DisplayLarge constructor
const
DisplayLarge(
- String data, {
- Key? key,
- TextAlign? textAlign,
- bool? softWrap,
- int? maxLines,
- TextOverflow? overflow,
- List<
FontFeature> ? fontFeatures,
Implementation
const DisplayLarge(
super.data, {
super.key,
super.textAlign,
super.softWrap,
super.maxLines,
super.overflow,
super.fontFeatures,
}) : super(
textStyle: _TextStyle.displayLarge,
);