$twitter static method
Wrapper for the TextInputType.twitter getter
Implementation
static $Value? $twitter(Runtime runtime, $Value? target, List<$Value?> args) {
final value = TextInputType.twitter;
return $TextInputType.wrap(value);
}
Wrapper for the TextInputType.twitter getter
static $Value? $twitter(Runtime runtime, $Value? target, List<$Value?> args) {
final value = TextInputType.twitter;
return $TextInputType.wrap(value);
}