ImageSourceProperties constructor

const ImageSourceProperties({
  1. String? url,
  2. List? coordinates,
})

Implementation

const ImageSourceProperties({
  this.url,
  this.coordinates,
});