JsonAnimatedDefaultTextStyleBuilder constructor

const JsonAnimatedDefaultTextStyleBuilder({
  1. Curve? curve,
  2. required Duration duration,
  3. int? maxLines,
  4. VoidCallback? onEnd,
  5. TextOverflow? overflow,
  6. bool? softWrap,
  7. required TextStyle style,
  8. TextAlign? textAlign,
  9. TextHeightBehavior? textHeightBehavior,
  10. 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);