AppcmsGenderButton constructor

const AppcmsGenderButton({
  1. Key? key,
  2. required String groupValue,
  3. required dynamic title1,
  4. required String title2,
})

Implementation

const AppcmsGenderButton({
  super.key,
  required this.groupValue,
  required this.title1,
  required this.title2,
});