From 2528370f73921eb3fe6b4a06f3b9e24b8aff8de4 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Mon, 17 Aug 2020 10:43:19 +0900 Subject: [PATCH] minor: comment --- lib/widgets/fullscreen/info/location_section.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/widgets/fullscreen/info/location_section.dart b/lib/widgets/fullscreen/info/location_section.dart index 380bdbc59..4dac6a6ba 100644 --- a/lib/widgets/fullscreen/info/location_section.dart +++ b/lib/widgets/fullscreen/info/location_section.dart @@ -138,6 +138,7 @@ class _LocationSectionState extends State { void _handleChange() => setState(() {}); } +// browse providers at https://leaflet-extras.github.io/leaflet-providers/preview/ enum EntryMapStyle { google, osmHot, stamenToner, stamenWatercolor } extension ExtraEntryMapStyle on EntryMapStyle {