getEnabledDoubleTapShowTextField method

bool getEnabledDoubleTapShowTextField()

When double tap, show text field

Implementation

bool getEnabledDoubleTapShowTextField() {
  return _enabledDoubleTapShowTextField;
}