$values static method
Wrapper for the MaterialTapTargetSize.values getter
Implementation
static $Value? $values(Runtime runtime, $Value? target, List<$Value?> args) {
const value = MaterialTapTargetSize.values;
return $List.view(value, (e) => $MaterialTapTargetSize.wrap(e));
}