TileOverlay constructor

const TileOverlay({
  1. required TileOverlayId tileOverlayId,
  2. required dynamic tileProvider,
  3. bool? fadeIn,
  4. double? transparency,
  5. bool? visible,
  6. double? zIndex,
})

Implementation

const TileOverlay({
  required this.tileOverlayId,
  required this.tileProvider,
  this.fadeIn,
  this.transparency,
  this.visible,
  this.zIndex,
});