showModalBottomSheet documentation (#87929)

This commit is contained in:
Chibuzor Ojukwu
2021-08-09 18:15:03 +01:00
committed by GitHub
parent 8d117c63dd
commit 4f51f8e042

View File

@@ -593,7 +593,7 @@ class _BottomSheetSuspendedCurve extends ParametricCurve<double> {
///
/// A closely related widget is a persistent bottom sheet, which shows
/// 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
/// [ScaffoldState.showBottomSheet] method.
///