Refactor gesture type enum to use camelCase

This commit is contained in:
LukasPoque
2023-11-06 17:13:25 +01:00
parent 9862f39bcd
commit 793bc6ca32
2 changed files with 13 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ import 'package:flutter_filament/widgets/filament_gesture_detector_desktop.dart'
import 'package:flutter_filament/widgets/filament_gesture_detector_mobile.dart';
import '../filament_controller.dart';
enum GestureType { RotateCamera, PanCamera, PanBackground }
enum GestureType { rotateCamera, panCamera, panBackground }
///
/// A widget that translates finger/mouse gestures to zoom/pan/rotate actions.