@@ -48,6 +48,7 @@ TabRowWithContour(
4848| modifier | Modifier | Modifier for the tab row | Modifier | No |
4949| colors | TabRowColors | Color configuration | TabRowDefaults.tabRowColors() | No |
5050| minWidth | Dp | Minimum width of each tab | TabRowDefaults.TabRowMinWidth | No |
51+ | maxWidth | Dp | Maximum width of each tab | TabRowDefaults.TabRowMaxWidth | No |
5152| height | Dp | Height of the tab row | TabRowDefaults.TabRowHeight | No |
5253| cornerRadius | Dp | Corner radius of tabs | TabRowDefaults.TabRowCornerRadius | No |
5354| onTabSelected | ((Int) -> Unit)? | Callback when tab is selected | null | No |
@@ -61,6 +62,7 @@ TabRowWithContour(
6162| modifier | Modifier | Modifier for the tab row | Modifier | No |
6263| colors | TabRowColors | Color configuration | TabRowDefaults.tabRowColors() | No |
6364| minWidth | Dp | Minimum width of each tab | TabRowDefaults.TabRowWithContourMinWidth | No |
65+ | maxWidth | Dp | Maximum width of each tab | TabRowDefaults.TabRowWithContourMaxWidth | No |
6466| height | Dp | Height of the tab row | TabRowDefaults.TabRowHeight | No |
6567| cornerRadius | Dp | Corner radius of tabs | TabRowDefaults.TabRowWithContourCornerRadius | No |
6668| onTabSelected | ((Int) -> Unit)? | Callback when tab is selected | null | No |
@@ -78,6 +80,8 @@ The TabRowDefaults object provides default configurations for the TabRow compone
7880| TabRowWithContourCornerRadius | Dp | 10.dp | Default corner radius for contour style |
7981| TabRowMinWidth | Dp | 76.dp | Min width of tabs for standard style |
8082| TabRowWithContourMinWidth | Dp | 62.dp | Min width of tabs for contour style |
83+ | TabRowMaxWidth | Dp | 98.dp | Max width of tabs for standard style |
84+ | TabRowWithContourMaxWidth | Dp | 84.dp | Max width of tabs for contour style |
8185
8286#### Methods
8387
0 commit comments