Image constructor

Image({
  1. String file = '',
  2. String popup = '',
  3. int width = 0,
  4. int height = 0,
})

Implementation

Image({this.file = '', this.popup = '', this.width = 0, this.height = 0});