ignoreSystemKeyboardShow property

bool ignoreSystemKeyboardShow
getter/setter pair

no system keyboard show if it's true, it stop Flutter Framework send TextInput.show message to Flutter Engine

Implementation

bool ignoreSystemKeyboardShow = true;