withScrollController method
Configures the SuperEditor to use the given scrollController
Implementation
TestSuperEditorConfigurator withScrollController(ScrollController? scrollController) {
_config.scrollController = scrollController;
return this;
}