add first test driver

This commit is contained in:
Salvatore Giordano
2020-03-04 11:42:59 +01:00
parent 68059a01c2
commit ad0cb5e089
5 changed files with 61 additions and 0 deletions
+1
View File
@@ -108,6 +108,7 @@ class _MessageListViewState extends State<MessageListView> {
return true;
},
child: ListView.custom(
key: Key('messageListView'),
physics: AlwaysScrollableScrollPhysics(),
controller: _scrollController,
reverse: true,