SingleChildImplicitlyAnimatedModifier constructor
const
SingleChildImplicitlyAnimatedModifier({})
Initializes fields for subclasses.
The curve
and duration
arguments must not be null.
Implementation
const SingleChildImplicitlyAnimatedModifier({
super.key,
super.child,
super.modifierKey,
this.curve = Curves.linear,
required this.duration,
this.onEnd,
});