UICheckBoxThemeData constructor

const UICheckBoxThemeData({
  1. double? size,
  2. double? radius,
  3. EdgeInsets? padding,
  4. Color? activeColor,
  5. Color? disabledColor,
  6. Color? borderColor,
  7. Color? iconColor,
  8. SvgGenImage? selectedIcon,
})

Implementation

const UICheckBoxThemeData({
  this.size,
  this.radius,
  this.padding,
  this.activeColor,
  this.disabledColor,
  this.borderColor,
  this.iconColor,
  this.selectedIcon,
});