enableEnterKey property

bool enableEnterKey
final

If true, then hitting Enter key will be equivalent to clicking Ok button.

Useful for desktop or web platforms.

Defaults to false

Implementation

final bool enableEnterKey;