HMRadioTheme constructor

HMRadioTheme({
  1. HMRadioSize? size,
  2. Border? border,
  3. HMRadius? boxRadius,
  4. bool? isLeft,
  5. Color? radioColor,
  6. Color? separatorLineColor,
  7. double? separatorLineHeight,
  8. Color? textColor,
})

Implementation

HMRadioTheme({
  this.size,
  this.border,
  this.boxRadius,
  this.isLeft,
  this.radioColor,
  this.separatorLineColor,
  this.separatorLineHeight,
  this.textColor,
});