menu
te_widgets package
documentation
widgets/tabs/tab_content.dart
TTabContent<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_content
TTabContent<T>
tabs property
TTabContent class