CommonImage constructor
CommonImage({
- required String url,
- dynamic height,
- dynamic width,
- dynamic type,
Implementation
CommonImage({required this.url, this.height, this.width, this.type});