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
84e77ed2
Unverified
Commit
84e77ed2
authored
Jul 04, 2018
by
Mikkel Nygaard Ravn
Committed by
GitHub
Jul 04, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos (#19065)
parent
34238f54
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
scrollbar.dart
packages/flutter/lib/src/cupertino/scrollbar.dart
+1
-1
scrollbar.dart
packages/flutter/lib/src/material/scrollbar.dart
+2
-2
No files found.
packages/flutter/lib/src/cupertino/scrollbar.dart
View file @
84e77ed2
...
...
@@ -16,7 +16,7 @@ const Radius _kScrollbarRadius = const Radius.circular(1.25);
const
Duration
_kScrollbarTimeToFade
=
const
Duration
(
milliseconds:
50
);
const
Duration
_kScrollbarFadeDuration
=
const
Duration
(
milliseconds:
250
);
/// A iOS style scrollbar.
/// A
n
iOS style scrollbar.
///
/// A scrollbar indicates which portion of a [Scrollable] widget is actually
/// visible.
...
...
packages/flutter/lib/src/material/scrollbar.dart
View file @
84e77ed2
...
...
@@ -18,8 +18,8 @@ const Duration _kScrollbarTimeToFade = const Duration(milliseconds: 600);
/// A scrollbar indicates which portion of a [Scrollable] widget is actually
/// visible.
///
/// Dynamically changes to a iOS style scrollbar that looks like
/// [CupertinoScrollbar] on iOS platform.
/// Dynamically changes to a
n
iOS style scrollbar that looks like
/// [CupertinoScrollbar] on
the
iOS platform.
///
/// To add a scrollbar to a [ScrollView], simply wrap the scroll view widget in
/// a [Scrollbar] widget.
...
...
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