Skip to content

Commit

Permalink
fix: dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
internetova committed Mar 21, 2024
1 parent 88836c5 commit 62bde84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/src/widgets/scroll_behavior_in_web.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import 'package:flutter/material.dart';
class ScrollBehaviorInWeb extends MaterialScrollBehavior {
@override
Set<PointerDeviceKind> get dragDevices => {
PointerDeviceKind.touch,
PointerDeviceKind.mouse,
PointerDeviceKind.trackpad,
};
PointerDeviceKind.touch,
PointerDeviceKind.mouse,
PointerDeviceKind.trackpad,
};
}

0 comments on commit 62bde84

Please sign in to comment.