denyInput method

Implementation

FilteringTextInputFormatter denyInput() {
  return FilteringTextInputFormatter.deny(this);
}