show method

void show(
  1. OverlayEntry entry
)

Show a new overlay on top of others.

Implementation

void show(OverlayEntry entry) {
  overlayEntrys.add(entry);

  overlayState.insert(overlayEntrys.last);
}