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