Skip to content

Commit

Permalink
Move a comment where it belongs (#117385)
Browse files Browse the repository at this point in the history
  • Loading branch information
angel333 committed Dec 20, 2022
1 parent c64dcbe commit 8289ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/flutter/lib/src/material/bottom_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -939,11 +939,11 @@ class _BottomSheetSuspendedCurve extends ParametricCurve<double> {
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
Expand Down

0 comments on commit 8289ea6

Please sign in to comment.