Companion

object Companion

Functions

Link copied to clipboard
@Composable
fun dark(svgLoader: SvgLoader, colors: IntUiRadioButtonColors = IntUiRadioButtonColors.dark(), metrics: IntUiRadioButtonMetrics = IntUiRadioButtonMetrics(), icons: IntUiRadioButtonIcons = IntUiRadioButtonIcons.dark(svgLoader)): IntUiRadioButtonStyle
Link copied to clipboard
@Composable
fun light(svgLoader: SvgLoader, colors: IntUiRadioButtonColors = IntUiRadioButtonColors.light(), metrics: IntUiRadioButtonMetrics = IntUiRadioButtonMetrics(), icons: IntUiRadioButtonIcons = IntUiRadioButtonIcons.light(svgLoader)): IntUiRadioButtonStyle