SendTextInputAction constructor Null safety
- TextInputAction textInputAction,
- {Duration? timeout}
Creates a command that enters text into the currently focused widget.
Implementation
const SendTextInputAction(this.textInputAction, {super.timeout});
Creates a command that enters text into the currently focused widget.
const SendTextInputAction(this.textInputAction, {super.timeout});