XmrbiButton constructor

const XmrbiButton({
  1. Key? key,
  2. required ButtonInfo buttonInfo,
  3. bool isEdit = true,
  4. dynamic function()?,
})

Implementation

const XmrbiButton({super.key,required this.buttonInfo,this.isEdit = true,this.function});