TabRowDefaults

Properties

Link copied to clipboard

The default corner radius of the TabRow.

Link copied to clipboard

The default height of the TabRow.

Link copied to clipboard

The default maximum width of the tab in TabRow.

Link copied to clipboard

The default minimum width of the TabRow.

Link copied to clipboard

The default corner radius of the TabRowWithContour.

Link copied to clipboard

The default height of the TabRowWithContour.

Link copied to clipboard

The default minimum width of the tab in TabRowWithContour.

Link copied to clipboard

The default minimum width of the TabRowWithContour.

Functions

Link copied to clipboard
fun tabRowColors(backgroundColor: Color = MiuixTheme.colorScheme.surface, contentColor: Color = MiuixTheme.colorScheme.onSurfaceVariantSummary, selectedBackgroundColor: Color = MiuixTheme.colorScheme.surfaceContainer, selectedContentColor: Color = MiuixTheme.colorScheme.onBackground): TabRowColors

The default colors for the TabRow and TabRowWithContour.