menu
geoform package
documentation
bottom/bottom_widgets.dart
Info
Info const constructor
Info const constructor
dark_mode
light_mode
Info
constructor
const
Info
(
{
Key
?
key
,
required
String
title
,
required
String
value
,
})
Implementation
const Info({Key? key, required this.title, required this.value}) : super(key: key);
geoform package
documentation
bottom/bottom_widgets
Info
Info const constructor
Info class