Unverified Commit 4f51f8e0 authored by Chibuzor Ojukwu's avatar Chibuzor Ojukwu Committed by GitHub

showModalBottomSheet documentation (#87929)

parent 8d117c63
...@@ -593,7 +593,7 @@ class _BottomSheetSuspendedCurve extends ParametricCurve<double> { ...@@ -593,7 +593,7 @@ class _BottomSheetSuspendedCurve extends ParametricCurve<double> {
/// ///
/// A closely related widget is a persistent bottom sheet, which shows /// A closely related widget is a persistent bottom sheet, which shows
/// information that supplements the primary content of the app without /// information that supplements the primary content of the app without
/// preventing the use from interacting with the app. Persistent bottom sheets /// preventing the user from interacting with the app. Persistent bottom sheets
/// can be created and displayed with the [showBottomSheet] function or the /// can be created and displayed with the [showBottomSheet] function or the
/// [ScaffoldState.showBottomSheet] method. /// [ScaffoldState.showBottomSheet] method.
/// ///
......
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