generated/arcane_shadcn/src/components/navigation/tabs/tab_pane library

Classes

TabPane<T>
A comprehensive tab pane widget with sortable tabs and integrated content display.
TabPaneData<T>
Data wrapper for tab pane items that extends sortable functionality.
TabPaneState<T>
TabPaneTheme
Theme configuration for TabPane appearance and layout.

Typedefs

TabPaneItemBuilder<T> = TabChild Function(BuildContext context, TabPaneData<T> item, int index)
Builder function for creating tab child widgets from tab pane data.