@override Widget trailingWidget() => Icon( color: theme.primaryColor(), enable ? Icons.check_box : Icons.check_box_outline_blank, size: 20, );