RadioCardTheme constructor
const
RadioCardTheme({
- MouseCursor? enabledCursor,
- MouseCursor? disabledCursor,
- Color? hoverColor,
- Color? color,
- double? borderWidth,
- double? selectedBorderWidth,
- BorderRadiusGeometry? borderRadius,
- EdgeInsetsGeometry? padding,
- Color? borderColor,
- 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,
});