PlatformRadio<T> constructor
const
PlatformRadio<T> ({
- Key? key,
- required T value,
- required T groupValue,
- required ValueChanged<
T?> onChanged, - Color? activeColor,
- Color? cupertinoActiveColor,
Implementation
const PlatformRadio({
super.key,
required this.value,
required this.groupValue,
required this.onChanged,
this.activeColor,
this.cupertinoActiveColor,
});