SizedAnimatedContainer constructor
const
SizedAnimatedContainer({})
Implementation
const SizedAnimatedContainer({
super.key,
required this.width,
required this.height,
this.secondWidth = 300,
this.secondHeight = 300,
required this.text,
required this.child,
required this.duration,
required this.boxColor,
});