closeWith method
Implementation
void closeWith(HasCloser hasCloser, {void Function()? onClose}) {
hasCloser.closer.addClosable(ClosableAnimationController(this, onClose));
}
void closeWith(HasCloser hasCloser, {void Function()? onClose}) {
hasCloser.closer.addClosable(ClosableAnimationController(this, onClose));
}