changeOverlay method
Implementation
void changeOverlay({Widget? overlay}) {
_overlay = overlay;
Future.delayed(const Duration(seconds: 0)).then((value) => setState(() {}));
}
void changeOverlay({Widget? overlay}) {
_overlay = overlay;
Future.delayed(const Duration(seconds: 0)).then((value) => setState(() {}));
}