show method
Show a new overlay on top of others.
Implementation
void show(OverlayEntry entry) {
overlayEntrys.add(entry);
overlayState.insert(overlayEntrys.last);
}
Show a new overlay on top of others.
void show(OverlayEntry entry) {
overlayEntrys.add(entry);
overlayState.insert(overlayEntrys.last);
}