Set entity list as primary scroll for the screen
This commit is contained in:
parent
0a6c8ffc62
commit
5529f2182f
|
|
@ -164,6 +164,7 @@ class _EntityListState extends State<EntityList> {
|
|||
child: entityList.isEmpty
|
||||
? HelpText(AppLocalization.of(context).clickPlusToAddItem)
|
||||
: ScrollableListViewBuilder(
|
||||
primary: true,
|
||||
padding: const EdgeInsets.symmetric(vertical: 20),
|
||||
separatorBuilder: (context, index) =>
|
||||
(index == 0 || index == entityList.length)
|
||||
|
|
|
|||
Loading…
Reference in New Issue