Unverified Commit 8bd54348 authored by Matthias Ngeo's avatar Matthias Ngeo Committed by GitHub

Replace dead link in `CupertinoPicker` documentation (#135897)

This PR is a trivial change that replaces a dead link in `CupertinoPicker`'s [documentation](https://api.flutter.dev/flutter/cupertino/CupertinoPicker-class.html).
parent be9e3f43
...@@ -49,7 +49,7 @@ const double _kOverAndUnderCenterOpacity = 0.447; ...@@ -49,7 +49,7 @@ const double _kOverAndUnderCenterOpacity = 0.447;
/// ///
/// * [ListWheelScrollView], the generic widget backing this picker without /// * [ListWheelScrollView], the generic widget backing this picker without
/// the iOS design specific chrome. /// the iOS design specific chrome.
/// * <https://developer.apple.com/ios/human-interface-guidelines/controls/pickers/> /// * <https://developer.apple.com/design/human-interface-guidelines/pickers/>
class CupertinoPicker extends StatefulWidget { class CupertinoPicker extends StatefulWidget {
/// Creates a picker from a concrete list of children. /// Creates a picker from a concrete list of children.
/// ///
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment