SelectDoubleButtonComponent constructor
const
SelectDoubleButtonComponent({})
Implementation
const SelectDoubleButtonComponent({
super.key,
required this.labelBtnOne,
required this.labelBtnTwe,
this.colorSelected,
this.colorUnselected,
this.colorLabelSelected,
this.colorLabelUnselected,
required this.onPressedBtnOne,
required this.onPressedBtnTwe,
this.borderRadius = 16.0,
});