NyRadioTileStyle constructor

NyRadioTileStyle({
  1. bool? hideTitle,
  2. NyTextStyle? listTileStyle,
  3. NyTextStyle? titleStyle,
  4. NyColor? selectedColor,
  5. NyColor? tileColor,
  6. ShapeBorder? shape,
  7. EdgeInsetsGeometry? contentPadding,
  8. NyColor? activeColor,
  9. NyColor? fillColor,
  10. NyColor? hoverColor,
  11. NyColor? overlayColor,
  12. double? splashRadius,
  13. MouseCursor? mouseCursor,
})

Implementation

NyRadioTileStyle({
  this.hideTitle,
  this.listTileStyle,
  this.titleStyle,
  this.selectedColor,
  this.tileColor,
  this.shape,
  this.contentPadding,
  this.activeColor,
  this.fillColor,
  this.hoverColor,
  this.overlayColor,
  this.splashRadius,
  this.mouseCursor,
});