@@ -48,6 +48,7 @@ TabRowWithContour(
48
48
| modifier | Modifier | Modifier for the tab row | Modifier | No |
49
49
| colors | TabRowColors | Color configuration | TabRowDefaults.tabRowColors() | No |
50
50
| minWidth | Dp | Minimum width of each tab | TabRowDefaults.TabRowMinWidth | No |
51
+ | maxWidth | Dp | Maximum width of each tab | TabRowDefaults.TabRowMaxWidth | No |
51
52
| height | Dp | Height of the tab row | TabRowDefaults.TabRowHeight | No |
52
53
| cornerRadius | Dp | Corner radius of tabs | TabRowDefaults.TabRowCornerRadius | No |
53
54
| onTabSelected | ((Int) -> Unit)? | Callback when tab is selected | null | No |
@@ -61,6 +62,7 @@ TabRowWithContour(
61
62
| modifier | Modifier | Modifier for the tab row | Modifier | No |
62
63
| colors | TabRowColors | Color configuration | TabRowDefaults.tabRowColors() | No |
63
64
| minWidth | Dp | Minimum width of each tab | TabRowDefaults.TabRowWithContourMinWidth | No |
65
+ | maxWidth | Dp | Maximum width of each tab | TabRowDefaults.TabRowWithContourMaxWidth | No |
64
66
| height | Dp | Height of the tab row | TabRowDefaults.TabRowHeight | No |
65
67
| cornerRadius | Dp | Corner radius of tabs | TabRowDefaults.TabRowWithContourCornerRadius | No |
66
68
| onTabSelected | ((Int) -> Unit)? | Callback when tab is selected | null | No |
@@ -78,6 +80,8 @@ The TabRowDefaults object provides default configurations for the TabRow compone
78
80
| TabRowWithContourCornerRadius | Dp | 10.dp | Default corner radius for contour style |
79
81
| TabRowMinWidth | Dp | 76.dp | Min width of tabs for standard style |
80
82
| 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 |
81
85
82
86
#### Methods
83
87
0 commit comments