insideCustomScrollView method

TestSuperEditorConfigurator insideCustomScrollView()

Configures the SuperEditor to be displayed inside a CustomScrollView.

The CustomScrollView is constrained by the size provided in withEditorSize.

Use withScrollController to define the ScrollController of the CustomScrollView.

Implementation

TestSuperEditorConfigurator insideCustomScrollView() {
  _config.insideCustomScrollView = true;
  return this;
}