Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
format
  • Loading branch information
dnfield committed May 24, 2022
commit 16f1ee1aaf957e8344bef9802e5626b8e4880c8f
3 changes: 2 additions & 1 deletion packages/visibility_detector/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ class VisibilityDetectorDemo extends StatelessWidget {
Widget build(BuildContext context) {
return MaterialApp(
title: title,
scrollBehavior: const MaterialScrollBehavior().copyWith(scrollbars: false),
scrollBehavior:
const MaterialScrollBehavior().copyWith(scrollbars: false),
theme: ThemeData(primarySwatch: Colors.blue),
home: VisibilityDetectorDemoPage(key: key, useSlivers: useSlivers),
);
Expand Down