VCheckboxStyle constructor

const VCheckboxStyle({
  1. Color? borderColor,
  2. Color? borderColorDisabled,
  3. Color? borderColorError,
  4. Color? fillColor,
  5. Color? fillColorPressed,
  6. Color? fillColorDisabled,
  7. Color? iconColor,
  8. Color? iconColorError,
  9. Color? textColorError,
  10. Color? textColor,
  11. Color? textColorDisabled,
  12. Color? overlayColor,
  13. CrossAxisAlignment? crossAxisAlignment,
})

Implementation

const VCheckboxStyle({
  this.borderColor,
  this.borderColorDisabled,
  this.borderColorError,
  this.fillColor,
  this.fillColorPressed,
  this.fillColorDisabled,
  this.iconColor,
  this.iconColorError,
  this.textColorError,
  this.textColor,
  this.textColorDisabled,
  this.overlayColor,
  this.crossAxisAlignment,
});