CustomRadioListTile constructor

const CustomRadioListTile({
  1. Key? key,
})

Implementation

const CustomRadioListTile({Key? key}) : super(key: key);