animationOut method
Implementation
Future animationOut() async {
animateSingle.value = false;
await Future.delayed(const Duration(milliseconds: 100));
}
Future animationOut() async {
animateSingle.value = false;
await Future.delayed(const Duration(milliseconds: 100));
}