XmrbiImage constructor

const XmrbiImage({
  1. Key? key,
  2. required ImgInfo imageInfo,
})

Implementation

const XmrbiImage({super.key,required this.imageInfo});