We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b993a54 commit 4c05e2dCopy full SHA for 4c05e2d
lib/src/widgets/grouped_radio.dart
@@ -17,7 +17,7 @@ class GroupedRadio<T> extends StatefulWidget {
17
final OptionsOrientation orientation;
18
19
/// Called when the value of the checkbox group changes.
20
- final ValueChanged<T> onChanged;
+ final ValueChanged<T?> onChanged;
21
22
/// The color to use when this checkbox is checked.
23
///
0 commit comments