ImageFamilyView constructor

ImageFamilyView({
  1. Image? image,
})

Implementation

ImageFamilyView({
  this.image,
});