XmrbiIcon constructor

const XmrbiIcon({
  1. Key? key,
  2. required IconInfo iconInfo,
})

Implementation

const XmrbiIcon({super.key,required this.iconInfo});