KPBottomSheetStaticItem
A composable function that creates a static item with a text label, optional description, and optional icon for a bottom sheet.
Parameters
The text label to be displayed for the item.
A lambda function to be invoked when the item is clicked.
A Modifier
for styling and layout customization. Default is Modifier
.
An optional ImageVector
for the icon to be displayed next to the text. Default is null
.
An Alignment.Vertical
value to position the icon vertically. Default is Alignment.CenterVertically
.
A TextStyle
for customizing the appearance of the text label. Default is KPDesign.typography.subtitleMediumColorOnSurfaceVariant3
.
An optional description text to be displayed below the label. Default is an empty string.
A TextStyle
for customizing the appearance of the description text. Default is KPDesign.typography.body1ColorOnSurfaceVariant1
.