SendTextInputAction constructor

const SendTextInputAction(
  1. TextInputAction textInputAction,
  2. {Duration? timeout}
)

Creates a command that enters text into the currently focused widget.

Implementation

const SendTextInputAction(this.textInputAction, {super.timeout});