Image constructor

const Image({
  1. bool zoom = false,
  2. bool replaceImg = true,
})

Implementation

const Image({this.zoom = false, this.replaceImg = true});