This commit is contained in:
Mikkel Nygaard Ravn 2018-07-04 09:31:05 +02:00 committed by GitHub
parent 34238f54eb
commit 84e77ed20a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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.
/// An iOS style scrollbar.
///
/// A scrollbar indicates which portion of a [Scrollable] widget is actually
/// visible.

View File

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