PluginRadioButton constructor

const PluginRadioButton({
  1. Key? key,
  2. bool value = false,
})

Implementation

const PluginRadioButton({Key? key, this.value = false}) : super(key: key);