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
|
child: entityList.isEmpty
|
||||||
? HelpText(AppLocalization.of(context).clickPlusToAddItem)
|
? HelpText(AppLocalization.of(context).clickPlusToAddItem)
|
||||||
: ScrollableListViewBuilder(
|
: ScrollableListViewBuilder(
|
||||||
|
primary: true,
|
||||||
padding: const EdgeInsets.symmetric(vertical: 20),
|
padding: const EdgeInsets.symmetric(vertical: 20),
|
||||||
separatorBuilder: (context, index) =>
|
separatorBuilder: (context, index) =>
|
||||||
(index == 0 || index == entityList.length)
|
(index == 0 || index == entityList.length)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue