From ea6a1ffa01aad379cd208a7c8788a2cab4bb5be7 Mon Sep 17 00:00:00 2001 From: Akbar Pulatov Date: Thu, 19 Aug 2021 11:58:47 +0500 Subject: [PATCH] minor fix documentation --- lib/src/snapping_position.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/snapping_position.dart b/lib/src/snapping_position.dart index 5669488..2e05a62 100644 --- a/lib/src/snapping_position.dart +++ b/lib/src/snapping_position.dart @@ -32,7 +32,7 @@ class SnappingPosition { /// ``` /// /// Or if you have a snapping position at the bottom of the screen, you - /// usually use [GrabbingContentOffset.bottom]. See example: + /// usually use [GrabbingContentOffset.top]. See example: /// ```dart /// SnappingPosition.factor( /// positionFactor: 0.0,