diff --git a/lib/src/layer/tile_layer/tile_display.dart b/lib/src/layer/tile_layer/tile_display.dart index 12282be65..e7768f0cb 100644 --- a/lib/src/layer/tile_layer/tile_display.dart +++ b/lib/src/layer/tile_layer/tile_display.dart @@ -34,11 +34,11 @@ sealed class TileDisplay { /// Duration of the fade. Defaults to 100ms. Duration duration, - /// 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 /// range is (0.0 - 1.0). double startOpacity, - /// 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 /// (0.0 - 1.0). double reloadStartOpacity, }) = FadeInTileDisplay._;