typingSoftKeyboard property

bool typingSoftKeyboard
getter/setter pair

Tell the MongolCandidate whether the user is typing the soft keyboard or hard keyboard. true: soft keyboard, show the _buildSoftContent, false: hard keyboard, show the _buildHardContent.

Implementation

bool typingSoftKeyboard = false;