RenderCustomCheckbox constructor
RenderCustomCheckbox()
Implementation
RenderCustomCheckbox(this.strokeWidth, this.strokeColor, this.fillColor,
this.normalBorderColor, this.value, this.radius, this.onChanged) {
progress = value ? 1 : 0;
}