DefaultTextStyleTransitionModifier constructor
const
DefaultTextStyleTransitionModifier({})
Creates an animated DefaultTextStyle whose TextStyle animation updates the widget.
Implementation
const DefaultTextStyleTransitionModifier({
super.key,
super.child,
super.modifierKey,
required this.style,
this.textAlign,
this.softWrap = true,
this.overflow = TextOverflow.clip,
this.maxLines,
});