insert static method
Overlay Actions
Implementation
static void insert(
OverlayEntry entry, {
OverlayEntry? above,
OverlayEntry? below,
}) {
_stackRouter?.insert(entry, above: above, below: below);
}
Overlay Actions
static void insert(
OverlayEntry entry, {
OverlayEntry? above,
OverlayEntry? below,
}) {
_stackRouter?.insert(entry, above: above, below: below);
}