VideoOverlayPlayer constructor

const VideoOverlayPlayer(
  1. String url, {
  2. Key? key,
  3. required LatLngBounds bounds,
  4. dynamic data,
  5. required bool looping,
  6. required InteractiveLayerOptions options,
  7. dynamic onReady(
    1. VideoPlayerController?
    )?,
})

Implementation

const VideoOverlayPlayer(
  this.url, {
  super.key,
  required this.bounds,
  this.data,
  required this.looping,
  required this.options,
  this.onReady,
});