AppRadio constructor

const AppRadio({
  1. Key? key,
  2. required bool status,
  3. required dynamic onChange(
    1. bool
    ),
  4. double size = 20,
})

Implementation

const AppRadio({super.key, required this.status, required this.onChange,  this.size = 20});