AnimatedBoxSpecWidget constructor
const
AnimatedBoxSpecWidget({})
Implementation
const AnimatedBoxSpecWidget({
required this.spec,
super.key,
this.child,
required super.duration,
super.curve = Curves.linear,
super.onEnd,
});