EnterText constructor

const EnterText(
  1. String text,
  2. {Duration? timeout}
)

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

Implementation

const EnterText(this.text, { super.timeout });