XItem_BTNadd constructor

XItem_BTNadd({
  1. required String key,
  2. required String label,
  3. required Color backgroundColor,
})

Implementation

XItem_BTNadd({required this.key, required this.label, required this.backgroundColor});