RadioButton constructor

const RadioButton({
  1. required Map<String, String> radios,
  2. Key? key,
})

Implementation

const RadioButton({required this.radios, Key? key}) : super(key: key);