InteractiveOverlayImage constructor

const InteractiveOverlayImage({
  1. Key? key,
  2. required ImageProvider<Object> image,
  3. required QuadLatLng corners,
  4. int alpha = 220,
  5. double? handleSize,
  6. List<OverlayOptions> options = const [],
})

Implementation

const InteractiveOverlayImage({
  this.key,
  required this.image,
  required this.corners,
  this.alpha = 220,
  this.handleSize,
  this.options = const [],
});