InteractiveOverlayImage constructor
const
InteractiveOverlayImage({
- Key? key,
- required ImageProvider<
Object> image, - required QuadLatLng corners,
- int alpha = 220,
- double? handleSize,
- List<
OverlayOptions> options = const [],
Implementation
const InteractiveOverlayImage({
this.key,
required this.image,
required this.corners,
this.alpha = 220,
this.handleSize,
this.options = const [],
});