scrollToBottom method
Implementation
void scrollToBottom({Duration duration = ScrollUtils.duration}) {
animateTo(position.maxScrollExtent,
curve: Curves.easeOut, duration: duration);
}
void scrollToBottom({Duration duration = ScrollUtils.duration}) {
animateTo(position.maxScrollExtent,
curve: Curves.easeOut, duration: duration);
}