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 947fcdc commit 2bbd396Copy full SHA for 2bbd396
example/lib/widgets/dialogs/box_fit_dialog.dart
@@ -46,10 +46,7 @@ class _BoxFitDialogState extends State<BoxFitDialog> {
46
child: Column(
47
children: [
48
for (final fit in BoxFit.values)
49
- RadioListTile<BoxFit>(
50
- title: Text(fit.name),
51
- value: fit,
52
- ),
+ RadioListTile<BoxFit>(title: Text(fit.name), value: fit),
53
],
54
),
55
0 commit comments