Skip to content

Commit

Permalink
Fix #227: switch deprecated isAlwaysShown to thumbVisibility
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelspiss committed Dec 4, 2022
1 parent a472583 commit 3263960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class FontAwesomeGalleryHomeState extends State<FontAwesomeGalleryHome> {
return Scaffold(
appBar: _isSearching ? _searchBar(context) : _titleBar(),
body: Scrollbar(
isAlwaysShown: kIsWeb,
thumbVisibility: kIsWeb,
child: GridView.builder(
itemCount: filteredIcons.length,
gridDelegate: const SliverGridDelegateWithMaxCrossAxisExtent(
Expand Down

0 comments on commit 3263960

Please sign in to comment.