Show check all for checkboxes in settings

This commit is contained in:
Hillel Coren 2021-10-11 15:10:49 +03:00
parent 889e0e7f02
commit 4ee3b041e9
1 changed files with 2 additions and 1 deletions

View File

@ -344,7 +344,8 @@ class _EntityListState extends State<EntityList> {
curve: Curves.easeInOutCubic,
child: Row(
children: [
if (state.prefState.moduleLayout == ModuleLayout.list)
if (state.prefState.moduleLayout == ModuleLayout.list ||
entityType.isSetting)
Checkbox(
materialTapTargetSize:
MaterialTapTargetSize.shrinkWrap,