design_system/components/navigation/tab_overlays library

Classes

MiniPagePreview
TabContextMenu
Right-click menu, opened at the cursor at (global). Clamps inside the screen, dismisses on outside tap / Esc (handled by the host overlay).
TabListDropdown
TabMenuItem

Functions

showGLDirtyCloseDialog(BuildContext context, BrowserTab tab) Future<String?>
Returns 'discard', 'save' or null (cancel / Esc / backdrop).

Typedefs

ScopeWrapper = Widget Function(Widget child)
Wraps a widget so a fallback page built inside the overlay can still reach the controller (the active subtree lives in a different part of the tree).