$doubleTapDragZoom static method
Wrapper for the InteractiveFlag.doubleTapDragZoom getter
Implementation
static $Value? $doubleTapDragZoom(
Runtime runtime,
$Value? target,
List<$Value?> args,
) {
final value = InteractiveFlag.doubleTapDragZoom;
return $int(value);
}