NiceMotionSafeAnimatedContainer constructor
const
NiceMotionSafeAnimatedContainer({
- Key? key,
- required Widget child,
- Duration duration = const Duration(milliseconds: 300),
- Curve curve = Curves.easeInOut,
- double? width,
- double? height,
- Color? color,
- EdgeInsets? padding,
- EdgeInsets? margin,
- Alignment? alignment,
- BoxDecoration? decoration,
Implementation
const NiceMotionSafeAnimatedContainer({
super.key,
required this.child,
this.duration = const Duration(milliseconds: 300),
this.curve = Curves.easeInOut,
this.width,
this.height,
this.color,
this.padding,
this.margin,
this.alignment,
this.decoration,
});