fix examples

This commit is contained in:
Salvatore Giordano
2021-01-28 10:25:52 +01:00
parent 18f104cda7
commit cb90146a8b
9 changed files with 62 additions and 52 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ class _MessageViewState extends State<MessageView> {
/// Convenience method for scrolling the list view when a new message is sent.
void _updateList() {
_scrollController.animateTo(
_scrollController.position.maxScrollExtent,
0,
duration: const Duration(milliseconds: 200),
curve: Curves.easeOut,
);