Companion

object Companion

Functions

Link copied to clipboard
@Composable
fun dark(svgLoader: SvgLoader, colors: IntUiMenuColors = IntUiMenuColors.dark(), metrics: IntUiMenuMetrics = IntUiMenuMetrics(), icons: IntUiMenuIcons = intUiMenuIcons(svgLoader)): IntUiMenuStyle
Link copied to clipboard
@Composable
fun light(svgLoader: SvgLoader, colors: IntUiMenuColors = IntUiMenuColors.light(), metrics: IntUiMenuMetrics = IntUiMenuMetrics(), icons: IntUiMenuIcons = intUiMenuIcons(svgLoader)): IntUiMenuStyle