Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
6c41398a
Unverified
Commit
6c41398a
authored
Apr 05, 2021
by
SeongYun Kim
Committed by
GitHub
Apr 05, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in scroll_activity.dart (#79771)
parent
79f1689f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
AUTHORS
AUTHORS
+1
-0
scroll_activity.dart
packages/flutter/lib/src/widgets/scroll_activity.dart
+1
-1
No files found.
AUTHORS
View file @
6c41398a
...
...
@@ -75,3 +75,4 @@ vimerzhao <vimerzhao@gmail.com>
Pedro Massango <pedromassango.developer@gmail.com>
Hidenori Matsubayashi <Hidenori.Matsubayashi@sony.com>
Perqin Xie <perqinxie@gmail.com>
Seongyun Kim <helloworld@cau.ac.kr>
packages/flutter/lib/src/widgets/scroll_activity.dart
View file @
6c41398a
...
...
@@ -278,7 +278,7 @@ class ScrollDragController implements Drag {
/// the end of a drag. Expressed as a factor. For example with a
/// [carriedVelocity] of 2000, we will need a velocity of at least 1000 to
/// apply the [carriedVelocity] as well. If the velocity does not meet the
/// threshold
the
the [carriedVelocity] is lost. Decided by fair eyeballing
/// threshold
,
the [carriedVelocity] is lost. Decided by fair eyeballing
/// with the scroll_overlay platform test.
static
const
double
momentumRetainVelocityThresholdFactor
=
0.5
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment