insideCustomScrollView method
Configures the SuperReader 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
TestDocumentConfigurator insideCustomScrollView() {
_insideCustomScrollView = true;
return this;
}