adjustVerticalScrollController method
dynamic
adjustVerticalScrollController()
Implementation
adjustVerticalScrollController() {
if (widget.scrollController != null) {
widget.scrollController!.jumpTo(0);
}
}