RadioCardTheme constructor

const RadioCardTheme({
  1. MouseCursor? enabledCursor,
  2. MouseCursor? disabledCursor,
  3. Color? hoverColor,
  4. Color? color,
  5. double? borderWidth,
  6. double? selectedBorderWidth,
  7. BorderRadiusGeometry? borderRadius,
  8. EdgeInsetsGeometry? padding,
  9. Color? borderColor,
  10. Color? selectedBorderColor,
})

Theme data for the RadioCard widget.

Implementation

const RadioCardTheme({
  this.enabledCursor,
  this.disabledCursor,
  this.hoverColor,
  this.color,
  this.borderWidth,
  this.selectedBorderWidth,
  this.borderRadius,
  this.padding,
  this.borderColor,
  this.selectedBorderColor,
});