menu
geopod
widgets/pod/file_list_tile.dart
SectionHeader
SectionHeader.new const constructor
SectionHeader.new
dark_mode
light_mode
SectionHeader
constructor
const
SectionHeader
(
{
Key
?
key
,
required
String
title
,
required
int
count
,
required
IconData
icon
,
})
Implementation
const SectionHeader({ super.key, required this.title, required this.count, required this.icon, });
geopod
file_list_tile
SectionHeader
SectionHeader.new const constructor
SectionHeader class