isDisabled property

bool isDisabled
final

isDisabled is a boolean value to disable the ZeroCheckbox widget if isDisabled is true, the ZeroCheckbox widget will be disabled and the activeColor will be ZeroColors.neutral and the onChanged will not be called

Implementation

final bool isDisabled;