Image constructor Null safety

Image(
  1. {required String url,
  2. String? proxyUrl,
  3. int? width,
  4. int? height}
)

Implementation

Image({ required this.url, this.proxyUrl, this.width, this.height });