$text static method

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

Wrapper for the TextInputType.text getter

Implementation

static $Value? $text(Runtime runtime, $Value? target, List<$Value?> args) {
  final value = TextInputType.text;
  return $TextInputType.wrap(value);
}