menu
te_widgets package
documentation
widgets/tabs/tab_view.dart
TTabView<T>
tabs property
tabs property
dark_mode
light_mode
tabs
property
List
<
TTab
<
T
>
>
tabs
final
The list of tabs with their content builders.
Implementation
final List<TTab<T>> tabs;
te_widgets package
documentation
widgets/tabs/tab_view
TTabView<T>
tabs property
TTabView class