CommonImage constructor

CommonImage({
  1. required String url,
  2. dynamic height,
  3. dynamic width,
  4. dynamic type,
})

Implementation

CommonImage({required this.url, this.height, this.width, this.type});