diff --git a/example/lib/map_ui.dart b/example/lib/map_ui.dart index dc405f5c..fefb4ae0 100644 --- a/example/lib/map_ui.dart +++ b/example/lib/map_ui.dart @@ -99,7 +99,7 @@ class MapUiBodyState extends State { } Widget _myLocationRenderModeCycler() { - final MyLocationRenderMode nextType = MyLocationRenderMode.values[ + final nextType = MyLocationRenderMode.values[ (_myLocationRenderMode.index + 1) % MyLocationRenderMode.values.length]; return TextButton( onPressed: