Skip to content

Commit 3263960

Browse files
committed
Fix #227: switch deprecated isAlwaysShown to thumbVisibility
1 parent a472583 commit 3263960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class FontAwesomeGalleryHomeState extends State<FontAwesomeGalleryHome> {
4747
return Scaffold(
4848
appBar: _isSearching ? _searchBar(context) : _titleBar(),
4949
body: Scrollbar(
50-
isAlwaysShown: kIsWeb,
50+
thumbVisibility: kIsWeb,
5151
child: GridView.builder(
5252
itemCount: filteredIcons.length,
5353
gridDelegate: const SliverGridDelegateWithMaxCrossAxisExtent(

0 commit comments

Comments
 (0)