withScrollController method
Configures the SuperReader to use the given scrollController
Implementation
TestDocumentConfigurator withScrollController(ScrollController? scrollController) {
_scrollController = scrollController;
return this;
}
Configures the SuperReader to use the given scrollController
TestDocumentConfigurator withScrollController(ScrollController? scrollController) {
_scrollController = scrollController;
return this;
}