Open
Description
What is the bug?
I am noticing an inconsistency in tile_display.dart
, concerning startOpacity
and reloadStartOpacity
:
flutter_map/lib/src/layer/tile_layer/tile_display.dart
Lines 33 to 44 in 352348e
vs
flutter_map/lib/src/layer/tile_layer/tile_display.dart
Lines 97 to 100 in 352348e
One says the default for them is 1.0
, but the definition in the other one says 0.0
.
How can we reproduce it?
Do you have a potential solution?
No response