fbmobile/lib/core/enums/swipe_event.dart

2 lines
44 B
Dart
Raw Normal View History

enum SwipeEvent { Start, Left, Right, End }