We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TileDisplay.fadeIn
1 parent c7a534c commit ea3b412Copy full SHA for ea3b412
lib/src/layer/tile_layer/tile_display.dart
@@ -34,11 +34,11 @@ sealed class TileDisplay {
34
/// Duration of the fade. Defaults to 100ms.
35
Duration duration,
36
37
- /// Opacity start value when a tile is faded in, default 1.0. The allowed
+ /// Opacity start value when a tile is faded in, default 0.0. The allowed
38
/// range is (0.0 - 1.0).
39
double startOpacity,
40
41
- /// Opacity start value when a tile is reloaded, default 1.0. Valid range is
+ /// Opacity start value when a tile is reloaded, default 0.0. Valid range is
42
/// (0.0 - 1.0).
43
double reloadStartOpacity,
44
}) = FadeInTileDisplay._;
0 commit comments