$visiblePassword static method
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);
}