NyRadioTileStyle constructor
NyRadioTileStyle({
- bool? hideTitle,
- NyTextStyle? listTileStyle,
- NyTextStyle? titleStyle,
- NyColor? selectedColor,
- NyColor? tileColor,
- ShapeBorder? shape,
- EdgeInsetsGeometry? contentPadding,
- NyColor? activeColor,
- NyColor? fillColor,
- NyColor? hoverColor,
- NyColor? overlayColor,
- double? splashRadius,
- 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,
});