PreferenceSettingsDefaults

Functions

Link copied to clipboard
fun settings(disabledStateAlpha: Float = 0.38f, disabledStateGrayscale: Boolean = false, toggleBooleanOnItemClick: Boolean = false, maxLinesValue: Int = 2, animationSpec: AnimationSpec<Float>? = tween( durationMillis = 200, easing = FastOutLinearInEasing ), subScreenEndIndicator: @Composable () -> Unit? = { Icon( imageVector = Icons.AutoMirrored.Filled.KeyboardArrowRight, contentDescription = null ) }, style: PreferenceStyle = DefaultStyle.create(), forceNoIconInset: Boolean = false, minTextAreaWidth: Dp = 48.dp, leadingContentEndPadding: Dp = 16.dp, trailingContentStartPadding: Dp = 16.dp): PreferenceSettings

use this function to create a PreferenceSettings object