We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64dcbe commit 8289ea6Copy full SHA for 8289ea6
packages/flutter/lib/src/material/bottom_sheet.dart
@@ -939,11 +939,11 @@ class _BottomSheetSuspendedCurve extends ParametricCurve<double> {
939
assert(curve != null);
940
941
/// The progress value at which [curve] should begin.
942
- ///
943
- /// This defaults to [Curves.easeOutCubic].
944
final double startingPoint;
945
946
/// The curve to use when [startingPoint] is reached.
+ ///
+ /// This defaults to [Curves.easeOutCubic].
947
final Curve curve;
948
949
@override
0 commit comments