enabled property
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;
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.
final bool? enabled;