add first test driver
This commit is contained in:
@@ -108,6 +108,7 @@ class _MessageListViewState extends State<MessageListView> {
|
||||
return true;
|
||||
},
|
||||
child: ListView.custom(
|
||||
key: Key('messageListView'),
|
||||
physics: AlwaysScrollableScrollPhysics(),
|
||||
controller: _scrollController,
|
||||
reverse: true,
|
||||
|
||||
Reference in New Issue
Block a user