ImageSourceProperties constructor

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

Implementation

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