menu
u package
documentation
utilities.dart
MultiFingerGesture
hasPinchZoom static method
hasPinchZoom static method
dark_mode
light_mode
hasPinchZoom
static method
bool
hasPinchZoom
(
int
gestures
)
Implementation
static bool hasPinchZoom(int gestures) => hasFlag(gestures, pinchZoom);
u package
documentation
utilities
MultiFingerGesture
hasPinchZoom static method
MultiFingerGesture class