change default scroll physics

This commit is contained in:
Salvatore Giordano
2021-01-05 10:28:40 +01:00
parent dc801ca91d
commit b8c05d791f
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ class MessageListView extends StatefulWidget {
this.onThreadTap,
this.onReplyTap,
this.dateDividerBuilder,
this.scrollPhysics = const AlwaysScrollableScrollPhysics(),
this.scrollPhysics = const ClampingScrollPhysics(),
this.initialScrollIndex,
this.initialAlignment,
this.scrollController,