setCheckmarkConfig method

void setCheckmarkConfig(
  1. CheckmarkConfig value
)

Implementation

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