resetThreadScrollPosition method
void
resetThreadScrollPosition()
Implementation
void resetThreadScrollPosition() {
if (!threadScrollController.hasClients) {
return;
}
threadScrollController.jumpTo(threadScrollController.position.minScrollExtent);
}