TabPageBuilder typedef

TabPageBuilder = Widget Function(BuildContext context, BrowserTab tab)

Builds the content shown for a tab — both in the active content surface and (scaled down) inside the hover preview. Lets a host render style-appropriate pages (ERP doc, design canvas, web page …) while the component falls back to its built-in GLTabPage when this is null.

Implementation

typedef TabPageBuilder = Widget Function(BuildContext context, BrowserTab tab);