Fix material reference in CupertinoPicker doc (#25584)

This commit is contained in:
xster 2018-12-20 16:07:12 -08:00 committed by GitHub
parent d1ec126a3c
commit b6248e26b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: