CustomRadio constructor

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

Implementation

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