onTap property

VoidCallback? onTap
final

An optional callback that is called when the checkbox is tapped. If this is not provided, the checkbox will be considered disabled.

Implementation

final VoidCallback? onTap;