Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 15c6b4a

Browse files
Fixed Missing onChanged function
1 parent 625af80 commit 15c6b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žlib/flutter_custom_dialog_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ class YYRadioListTileState extends State<YYRadioListTile> {
4747
groupValue: selectedItem,
4848
activeColor: widget.activeColor,
4949
onChanged: (int value) {
50-
print("change: " + value.toString());
5150
setState(() {
5251
selectedItem = value;
5352
});
53+
widget.onChanged(value);
5454
},
5555
),
5656
);

0 commit comments

Comments
(0)

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /