$disabled static method

$Value? $disabled(
  1. Runtime runtime,
  2. $Value? thisValue,
  3. List<$Value?> args
)

Wrapper for the KeyboardOptions.disabled constructor

Implementation

static $Value? $disabled(
  Runtime runtime,
  $Value? thisValue,
  List<$Value?> args,
) {
  return $KeyboardOptions.wrap(KeyboardOptions.disabled());
}