enableDeltaModel property

bool enableDeltaModel
final

Whether to enable that the engine sends text input updates to the framework as TextEditingDelta's or as one TextEditingValue.

Enabling this flag results in granular text updates being received from the platform's text input control.

When this is enabled:

When this is disabled:

Defaults to false.

Implementation

final bool enableDeltaModel;