minor: comment
This commit is contained in:
parent
f98400179b
commit
2528370f73
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ class _LocationSectionState extends State<LocationSection> {
|
||||||
void _handleChange() => setState(() {});
|
void _handleChange() => setState(() {});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// browse providers at https://leaflet-extras.github.io/leaflet-providers/preview/
|
||||||
enum EntryMapStyle { google, osmHot, stamenToner, stamenWatercolor }
|
enum EntryMapStyle { google, osmHot, stamenToner, stamenWatercolor }
|
||||||
|
|
||||||
extension ExtraEntryMapStyle on EntryMapStyle {
|
extension ExtraEntryMapStyle on EntryMapStyle {
|
||||||
|
|
Loading…
Reference in a new issue