KAnimatedSizing constructor

const KAnimatedSizing({
  1. Key? key,
  2. Duration? duration,
  3. Curve? curve,
  4. required Widget child,
})

Implementation

const KAnimatedSizing({super.key, this.duration, this.curve, required this.child});