You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[google_sign_in_web] Disable RadioListTile when onChanged is null
Disables the `RadioListTile` widgets in the example when their `onChanged` callback is null. This provides a visual indication that the options are not selectable.
The change also simplifies the `onChanged` handler logic within the `RadioGroup`.
0 commit comments