testTextInput property

TestTextInput testTextInput

Returns the TestTextInput singleton.

Typical app tests will not need to use this value. To add text to widgets like TextField or TextFormField, call enterText.

Implementation

TestTextInput get testTextInput => binding.testTextInput;