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