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