withGestureMode method

TestSuperEditorConfigurator withGestureMode(
  1. DocumentGestureMode gestureMode
)

Configures the SuperEditor to use the given gestureMode.

Implementation

TestSuperEditorConfigurator withGestureMode(DocumentGestureMode gestureMode) {
  _config.gestureMode = gestureMode;
  return this;
}