menu
geopod
widgets/locations/detail_row.dart
DetailRow
DetailRow.new const constructor
DetailRow.new
dark_mode
light_mode
DetailRow
constructor
const
DetailRow
(
{
Key
?
key
,
required
String
label
,
required
String
value
,
})
Implementation
const DetailRow({super.key, required this.label, required this.value});
geopod
detail_row
DetailRow
DetailRow.new const constructor
DetailRow class