interceptInput method

TextField interceptInput(
  1. TextField input
)

Intercepts and modifies the text field configuration.

Override to modify the text field before rendering.

Implementation

TextField interceptInput(TextField input) => input;