$zoomIn static method
Wrapper for the LogicalKeyboardKey.zoomIn getter
Implementation
static $Value? $zoomIn(Runtime runtime, $Value? target, List<$Value?> args) {
const value = LogicalKeyboardKey.zoomIn;
return $LogicalKeyboardKey.wrap(value);
}