fun item(colors: PreferenceItemColors = PreferenceItemDefaults.colors(), innerPadding: PaddingValues = LocalPreferenceSettings.current.style.defaultItemStyle.innerPadding, outerPadding: PaddingValues = LocalPreferenceSettings.current.style.defaultItemStyle.outerPadding, shape: Shape = LocalPreferenceSettings.current.style.defaultItemStyle.shape, tonalElevation: Dp = 0.dp, shadowElevation: Dp = 0.dp, titleTextStyle: TextStyle = MaterialTheme.typography.labelLarge, subtitleTextStyle: TextStyle = MaterialTheme.typography.bodyMedium): PreferenceItemStyle this function returns a PreferenceItemStyle defining the style of a preference item
check out the overload to find a background/foreground based function
Return
the PreferenceItemStyle holding the provided setup
the tonal elevation of this item
the shadow elevation of this item
the shadow elevation of this item
the shadow elevation of this item
fun item(colorBackground: Color = MaterialTheme.colorScheme.surface, colorForeground: Color = MaterialTheme.colorScheme.onSurface, alphaVariant: Float = PreferenceItemDefaults.DEFAULT_ALPHA_VARIANT, shape: Shape = LocalPreferenceSettings.current.style.defaultItemStyle.shape, innerPadding: PaddingValues = LocalPreferenceSettings.current.style.defaultItemStyle.innerPadding, outerPadding: PaddingValues = LocalPreferenceSettings.current.style.defaultItemStyle.outerPadding, tonalElevation: Dp = 0.dp, shadowElevation: Dp = 0.dp, titleTextStyle: TextStyle = MaterialTheme.typography.labelLarge, subtitleTextStyle: TextStyle = MaterialTheme.typography.bodyMedium): PreferenceItemStyle this function returns a PreferenceItemStyle defining the style of a preference item
check out the overload to find a background/foreground based function
Return
the PreferenceItemStyle holding the provided setup
the background Color of this item
the foreground Color of this item
the alpha value used to calculate the variant color from the provided colors
the tonal elevation of this item
the shadow elevation of this item
the shadow elevation of this item
the shadow elevation of this item