isDisabled property

bool isDisabled

Whether the checkbox is disabled or not.

Implementation

bool get isDisabled => onChanged == null;