Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add CupertinoRadio widget of the week video
  • Loading branch information
loic-sharma authored Jun 4, 2025
commit adde5eda7b7b339a3f3dab1aa734f33ac14a6d9a
2 changes: 2 additions & 0 deletions packages/flutter/lib/src/cupertino/radio.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ const List<double> _kDisabledDarkGradientOpacities = <double>[0.08, 0.14];

/// A widget that builds a [RawRadio] with a macOS-style UI.
///
/// {@youtube 560 315 https://www.youtube.com/watch?v=D0xwcz2IqAY}
///
/// Used to select between a number of mutually exclusive values. When one radio
/// button in a group is selected, the other radio buttons in the group are
/// deselected. The values are of type `T`, the type parameter of the
Expand Down
Loading