AnimatedNomoDefaultTextStyle constructor
const
AnimatedNomoDefaultTextStyle({})
Creates a widget that animates the default text style implicitly.
The child
, style
, curve
, and duration
arguments must not be null.
Implementation
const AnimatedNomoDefaultTextStyle({
required this.child,
required this.style,
required super.duration,
super.key,
super.curve,
super.onEnd,
});