High constructor

const High({
  1. String? url,
  2. int? width,
  3. int? height,
})

Implementation

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