minor: comment

This commit is contained in:
Thibault Deckers 2020-08-17 10:43:19 +09:00
parent f98400179b
commit 2528370f73

View file

@ -138,6 +138,7 @@ class _LocationSectionState extends State<LocationSection> {
void _handleChange() => setState(() {});
}
// browse providers at https://leaflet-extras.github.io/leaflet-providers/preview/
enum EntryMapStyle { google, osmHot, stamenToner, stamenWatercolor }
extension ExtraEntryMapStyle on EntryMapStyle {