menu
dutato
presentation/widgets/components/section_tabs.dart
SectionTab
SectionTab.new const constructor
SectionTab.new
dark_mode
light_mode
description
SectionTab
constructor
const
SectionTab
(
{
required
String
id
,
required
String
label
,
String
?
semanticLabel
,
})
Implementation
const SectionTab({required this.id, required this.label, this.semanticLabel});
dutato
section_tabs
SectionTab
SectionTab.new const constructor
SectionTab class