From 06037acede27eb596fd5f2dd095dbba3f01413ce Mon Sep 17 00:00:00 2001 From: xsahil03x Date: Mon, 23 Nov 2020 13:48:47 +0530 Subject: [PATCH] [UserListView] Add docComment --- lib/src/user_list_view.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/user_list_view.dart b/lib/src/user_list_view.dart index 51c645c3..63285d8b 100644 --- a/lib/src/user_list_view.dart +++ b/lib/src/user_list_view.dart @@ -135,6 +135,7 @@ class UserListView extends StatefulWidget { /// defaults to false final bool groupAlphabetically; + /// The number of children in the cross axis. final int crossAxisCount; @override