IntUiEditorTabStyleFactory

Functions

Link copied to clipboard
@Composable
fun dark(colors: TabColors = TabColors.Editor.dark(), metrics: TabMetrics = TabMetrics.defaults(), icons: TabIcons = TabIcons.defaults(), contentAlpha: TabContentAlpha = TabContentAlpha.editor()): TabStyle
Link copied to clipboard
@Composable
fun light(colors: TabColors = TabColors.Editor.light(), metrics: TabMetrics = TabMetrics.defaults(), icons: TabIcons = TabIcons.defaults(), contentAlpha: TabContentAlpha = TabContentAlpha.editor()): TabStyle