$visiblePassword static method

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

Wrapper for the TextInputType.visiblePassword getter

Implementation

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