SetTextEntryEmulation constructor

const SetTextEntryEmulation(
  1. bool enabled, {
  2. Duration? timeout,
})

Creates a command that enables and disables text entry emulation.

Implementation

const SetTextEntryEmulation(this.enabled, { super.timeout });