ImageSource constructor

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

Creates a source.

Implementation

ImageSource(this.url, {this.height, this.width}) : assert(url != null);