ClosableAnimationController constructor

ClosableAnimationController(
  1. AnimationController closable,
  2. void onClose()?
)

Implementation

ClosableAnimationController(super.closable, super.onClose);