JsonAnimatedDefaultTextStyleBuilder constructor
const
JsonAnimatedDefaultTextStyleBuilder({
- Curve? curve,
- required Duration duration,
- int? maxLines,
- VoidCallback? onEnd,
- TextOverflow? overflow,
- bool? softWrap,
- required TextStyle style,
- TextAlign? textAlign,
- TextHeightBehavior? textHeightBehavior,
- TextWidthBasis? textWidthBasis,
Implementation
const JsonAnimatedDefaultTextStyleBuilder({
this.curve,
required this.duration,
this.maxLines,
this.onEnd,
this.overflow,
this.softWrap,
required this.style,
this.textAlign,
this.textHeightBehavior,
this.textWidthBasis,
}) : super(numSupportedChildren: kNumSupportedChildren);