Editor

object Editor

Functions

Link copied to clipboard
@Composable
fun dark(svgLoader: SvgLoader, colors: TabColors = IntUiTabColors.Editor.dark(), metrics: TabMetrics = IntUiTabMetrics(), icons: TabIcons = intUiTabIcons(svgLoader), contentAlpha: TabContentAlpha = IntUiTabContentAlpha.editor()): IntUiTabStyle
Link copied to clipboard
@Composable
fun light(svgLoader: SvgLoader, colors: TabColors = IntUiTabColors.Editor.light(), metrics: TabMetrics = IntUiTabMetrics(), icons: TabIcons = intUiTabIcons(svgLoader), contentAlpha: TabContentAlpha = IntUiTabContentAlpha.editor()): IntUiTabStyle