enabled property

bool? enabled
final

Whether the CheckboxListTile is interactive.

If false, this list tile is styled with the disabled color from the current Theme and the ListTile.onTap callback is inoperative.

Implementation

final bool? enabled;