We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a472583 commit 3263960Copy full SHA for 3263960
example/lib/main.dart
@@ -47,7 +47,7 @@ class FontAwesomeGalleryHomeState extends State<FontAwesomeGalleryHome> {
47
return Scaffold(
48
appBar: _isSearching ? _searchBar(context) : _titleBar(),
49
body: Scrollbar(
50
- isAlwaysShown: kIsWeb,
+ thumbVisibility: kIsWeb,
51
child: GridView.builder(
52
itemCount: filteredIcons.length,
53
gridDelegate: const SliverGridDelegateWithMaxCrossAxisExtent(
0 commit comments