Show check all for checkboxes in settings
This commit is contained in:
parent
889e0e7f02
commit
4ee3b041e9
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue