From adde5eda7b7b339a3f3dab1aa734f33ac14a6d9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sharma?= <737941+loic-sharma@users.noreply.github.com> Date: Wed, 4 Jun 2025 14:52:27 -0700 Subject: [PATCH] Add CupertinoRadio widget of the week video --- packages/flutter/lib/src/cupertino/radio.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/flutter/lib/src/cupertino/radio.dart b/packages/flutter/lib/src/cupertino/radio.dart index 7a9ff248236f7..4f3e5de6f96c9 100644 --- a/packages/flutter/lib/src/cupertino/radio.dart +++ b/packages/flutter/lib/src/cupertino/radio.dart @@ -59,6 +59,8 @@ const List _kDisabledDarkGradientOpacities = [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