opensKeyboard property

bool opensKeyboard
final

Whether the field should open a keyboard on focus by itself or not.

Set this to false if you want to provide input via an external source by using controller.

Defaults to true.

Implementation

final bool opensKeyboard;