Move a comment where it belongs (#117385)

This commit is contained in:
Ondrej Simek 2022-12-20 18:07:31 +01:00 committed by GitHub
parent c64dcbefa6
commit 8289ea624e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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