onPressed property

VoidCallback? onPressed
final

Callback when checkbox is pressed. Set this value to null to disable the checkbox.

Implementation

final VoidCallback? onPressed;