diff --git a/packages/flutter/lib/src/material/bottom_sheet.dart b/packages/flutter/lib/src/material/bottom_sheet.dart index f4e3070d1c..c0e19679af 100644 --- a/packages/flutter/lib/src/material/bottom_sheet.dart +++ b/packages/flutter/lib/src/material/bottom_sheet.dart @@ -939,11 +939,11 @@ class _BottomSheetSuspendedCurve extends ParametricCurve { assert(curve != null); /// The progress value at which [curve] should begin. - /// - /// This defaults to [Curves.easeOutCubic]. final double startingPoint; /// The curve to use when [startingPoint] is reached. + /// + /// This defaults to [Curves.easeOutCubic]. final Curve curve; @override