Unverified Commit 8289ea62 authored by Ondrej Simek's avatar Ondrej Simek Committed by GitHub

Move a comment where it belongs (#117385)

parent c64dcbef
...@@ -939,11 +939,11 @@ class _BottomSheetSuspendedCurve extends ParametricCurve<double> { ...@@ -939,11 +939,11 @@ class _BottomSheetSuspendedCurve extends ParametricCurve<double> {
assert(curve != null); assert(curve != null);
/// The progress value at which [curve] should begin. /// The progress value at which [curve] should begin.
///
/// This defaults to [Curves.easeOutCubic].
final double startingPoint; final double startingPoint;
/// The curve to use when [startingPoint] is reached. /// The curve to use when [startingPoint] is reached.
///
/// This defaults to [Curves.easeOutCubic].
final Curve curve; final Curve curve;
@override @override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment