Skip to content

Commit 8289ea6

Browse files
authored
Move a comment where it belongs (#117385)
1 parent c64dcbe commit 8289ea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/flutter/lib/src/material/bottom_sheet.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -939,11 +939,11 @@ class _BottomSheetSuspendedCurve extends ParametricCurve<double> {
939939
assert(curve != null);
940940

941941
/// The progress value at which [curve] should begin.
942-
///
943-
/// This defaults to [Curves.easeOutCubic].
944942
final double startingPoint;
945943

946944
/// The curve to use when [startingPoint] is reached.
945+
///
946+
/// This defaults to [Curves.easeOutCubic].
947947
final Curve curve;
948948

949949
@override

0 commit comments

Comments
 (0)