Move a comment where it belongs (#117385)
This commit is contained in:
parent
c64dcbefa6
commit
8289ea624e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user