toBottom method
void
toBottom()
Implementation
void toBottom() {
controller?.animateTo(
controller?.position.maxScrollExtent ?? 0.0,
duration: const Duration(milliseconds: 300),
curve: Curves.easeOut,
);
}