ImageSource constructor

const ImageSource(
  1. String url, {
  2. double? height,
  3. double? width,
})

Creates a source.

Implementation

const ImageSource(this.url, {this.height, this.width});