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,
|
curve: Curves.easeInOutCubic,
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
if (state.prefState.moduleLayout == ModuleLayout.list)
|
if (state.prefState.moduleLayout == ModuleLayout.list ||
|
||||||
|
entityType.isSetting)
|
||||||
Checkbox(
|
Checkbox(
|
||||||
materialTapTargetSize:
|
materialTapTargetSize:
|
||||||
MaterialTapTargetSize.shrinkWrap,
|
MaterialTapTargetSize.shrinkWrap,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue