Tabs - FUITabPane & FUITabItem

To implement tabs functionality, FUITabPane is a specialized FUI container widget designed to manage tabs and their corresponding items.
The FUITabPane can be utilized within a FUIPane, FUIPanel, or independently.
Widget Class Location
The FUITabPane and other related widget classes could be found in the directory of:
Class Details
Class Name | Dart File | Description |
|---|---|---|
| fui_tab_pane.dart | The major widget class of the tab pane. |
| fui_tab_item.dart | The widget class for the tab item. |
| fui_tab_events.dart | The controller for the |
| fui_tab_events.dart | The controller event class, used by |
| fui_tab_params.dart | These are the enums for certain settings of the |
Widget Theme Location
The FUITabTheme class is the theme class holds the default theme variables/values.
Accessing the theme
To access the theme class object, it can be done through: