Unverified Commit b6248e26 authored by xster's avatar xster Committed by GitHub

Fix material reference in CupertinoPicker doc (#25584)

parent d1ec126a
...@@ -23,7 +23,7 @@ const double _kForegroundScreenOpacityFraction = 0.7; ...@@ -23,7 +23,7 @@ const double _kForegroundScreenOpacityFraction = 0.7;
/// Displays its children widgets on a wheel for selection and /// Displays its children widgets on a wheel for selection and
/// calls back when the currently selected item changes. /// calls back when the currently selected item changes.
/// ///
/// Can be used with [showModalBottomSheet] to display the picker modally at the /// Can be used with [showCupertinoModalPopup] to display the picker modally at the
/// bottom of the screen. /// bottom of the screen.
/// ///
/// See also: /// See also:
......
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