ImageOverlay constructor

ImageOverlay({
  1. required double x,
  2. required double y,
  3. required String path,
})

Implementation

ImageOverlay({required this.x, required this.y, required this.path});