$disabled static method
Wrapper for the KeyboardOptions.disabled constructor
Implementation
static $Value? $disabled(
Runtime runtime,
$Value? thisValue,
List<$Value?> args,
) {
return $KeyboardOptions.wrap(KeyboardOptions.disabled());
}
Wrapper for the KeyboardOptions.disabled constructor
static $Value? $disabled(
Runtime runtime,
$Value? thisValue,
List<$Value?> args,
) {
return $KeyboardOptions.wrap(KeyboardOptions.disabled());
}