menu
forui package
documentation
widgets/tabs.dart
FTabEntry
FTabEntry const constructor
FTabEntry const constructor
dark_mode
light_mode
FTabEntry
constructor
const
FTabEntry
(
{
required
Widget
label
,
required
Widget
content
,
})
Creates a
FTabs
.
Implementation
const FTabEntry({ required this.label, required this.content, });
forui package
documentation
widgets/tabs
FTabEntry
FTabEntry const constructor
FTabEntry class