TextSpec.exhaustive constructor
const
TextSpec.exhaustive({
- required TextOverflow? overflow,
- required StrutStyle? strutStyle,
- required TextAlign? textAlign,
- required double? textScaleFactor,
- required int? maxLines,
- required TextStyle? style,
- required TextWidthBasis? textWidthBasis,
- required TextHeightBehavior? textHeightBehavior,
- required TextDirection? textDirection,
- required bool? softWrap,
- required TextDirective? directive,
- required AnimatedData? animated,
Implementation
const TextSpec.exhaustive({
required this.overflow,
required this.strutStyle,
required this.textAlign,
required this.textScaleFactor,
required this.maxLines,
required this.style,
required this.textWidthBasis,
required this.textHeightBehavior,
required this.textDirection,
required this.softWrap,
required this.directive,
required super.animated,
});