Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/src/layer/tile_layer/tile_display.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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._;
Expand Down