setCheckmarkConfig method
Implementation
void setCheckmarkConfig(CheckmarkConfig value) {
onNotifyWithCallback(() => checkmarkConfig = value);
}
void setCheckmarkConfig(CheckmarkConfig value) {
onNotifyWithCallback(() => checkmarkConfig = value);
}