Image constructor Null safety

Image(
  1. {String? imageUri,
  2. Painter? painter}
)

Implementation

Image({
  this.imageUri,
  this.painter,
});