From 8289ea624e196557494e6f2f7ac28f17234788e1 Mon Sep 17 00:00:00 2001 From: Ondrej Simek Date: Tue, 20 Dec 2022 18:07:31 +0100 Subject: [PATCH] Move a comment where it belongs (#117385) --- packages/flutter/lib/src/material/bottom_sheet.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter/lib/src/material/bottom_sheet.dart b/packages/flutter/lib/src/material/bottom_sheet.dart index f4e3070d1c..c0e19679af 100644 --- a/packages/flutter/lib/src/material/bottom_sheet.dart +++ b/packages/flutter/lib/src/material/bottom_sheet.dart @@ -939,11 +939,11 @@ class _BottomSheetSuspendedCurve extends ParametricCurve { 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