FieldCheckbox constructor

const FieldCheckbox({
  1. String? activeColor,
  2. bool? autofocus,
  3. String? checkColor,
  4. String? fillColor,
  5. String? focusColor,
  6. String? focusNode,
  7. String? hoverColor,
  8. String? materialTapTargetSize,
  9. String? mouseCursor,
  10. String? overlayColor,
  11. String? shape,
  12. String? side,
  13. String? splashRadius,
  14. String? tristate,
  15. bool? value,
  16. String? visualDensity,
})

Implementation

const FieldCheckbox({
  this.activeColor,
  this.autofocus,
  this.checkColor,
  this.fillColor,
  this.focusColor,
  this.focusNode,
  this.hoverColor,
  this.materialTapTargetSize,
  this.mouseCursor,
  this.overlayColor,
  this.shape,
  this.side,
  this.splashRadius,
  this.tristate,
  this.value,
  this.visualDensity,
});