withGestureMode method
Configures the SuperEditor to use the given gestureMode.
Implementation
TestSuperEditorConfigurator withGestureMode(DocumentGestureMode gestureMode) {
_config.gestureMode = gestureMode;
return this;
}
Configures the SuperEditor to use the given gestureMode.
TestSuperEditorConfigurator withGestureMode(DocumentGestureMode gestureMode) {
_config.gestureMode = gestureMode;
return this;
}