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