dismissWithAnimation method
Implementation
Future<void> dismissWithAnimation() async {
try {
await _controller.reverse();
} catch (e) {
// Ignore animation failures.
}
}
Future<void> dismissWithAnimation() async {
try {
await _controller.reverse();
} catch (e) {
// Ignore animation failures.
}
}