menu
te_widgets package
documentation
widgets/form/form_builder.dart
TFormBase
tabs property
tabs property
dark_mode
light_mode
tabs
property
List
<
TFormTab
>
?
get
tabs
Optional list of tabs for tabbed/sub-form layouts.
Implementation
List<TFormTab>? get tabs => null;
te_widgets package
documentation
widgets/form/form_builder
TFormBase
tabs property
TFormBase class