UKitCheckboxBuilder constructor

UKitCheckboxBuilder({
  1. TextStyle? textStyle,
  2. Color? checkColor,
  3. Color? activeColor,
  4. Color? focusColor,
  5. Color? hoverColor,
})

Implementation

UKitCheckboxBuilder({
  this.textStyle,
  this.checkColor,
  this.activeColor,
  this.focusColor,
  this.hoverColor,
});