Skip to content

Commit

Permalink
Format using dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
amal-stack committed Nov 10, 2023
1 parent 70678eb commit dfdf52c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions lib/src/gestures/interactive_flag.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@
abstract class InteractiveFlag {
const InteractiveFlag._();

static const int all =
drag | flingAnimation | pinchMove | pinchZoom
| doubleTapZoom | doubleTapDragZoom | scrollWheelZoom | rotate;

static const int all = drag |
flingAnimation |
pinchMove |
pinchZoom |
doubleTapZoom |
doubleTapDragZoom |
scrollWheelZoom |
rotate;

static const int none = 0;

/// Enable panning with a single finger or cursor
Expand Down

0 comments on commit dfdf52c

Please sign in to comment.