-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Closed
Copy link
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: desktopRunning on desktopRunning on desktopd: api docsIssues with https://api.flutter.dev/Issues with https://api.flutter.dev/d: examplesSample code and demosSample code and demosf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Description
I just noticed behavior when testing #107765.
Steps to reproduce
- Copy the sample from https://master-api.flutter.dev/flutter/material/Scrollbar-class.html.
- Choose either of the
Scrollbarand add a customthickness: 20.0.
One of the solutions suggested in #102775 (comment) is to add the following lines
ScrollConfiguration(
behavior: ScrollConfiguration.of(context).copyWith(scrollbars: false),
child: ListView.builder(
...
...I'm not entirely sure this is the exact solution to this issue. IMO, it should show a single scrollbar when I wrap ListView with the Scrollbar widget.
If using ScrollConfiguration to scrollbars: false is the correct way, this should be documented in https://master-api.flutter.dev/flutter/material/Scrollbar-class.html with an example.
cc: @Piinks
werainkhatri and alihassan143
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: desktopRunning on desktopRunning on desktopd: api docsIssues with https://api.flutter.dev/Issues with https://api.flutter.dev/d: examplesSample code and demosSample code and demosf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Type
Projects
Status
Done (PR merged)
