LabelPresentationModel

fun LabelPresentationModel(contentPadding: PaddingValues = LabelSizingConstants.DefaultLabelContentPadding, iconDimension: Dp = LabelSizingConstants.DefaultLabelIconSize, iconDisabledFilterStrategy: IconFilterStrategy = IconFilterStrategy.ThemedFollowColorScheme, iconEnabledFilterStrategy: IconFilterStrategy = IconFilterStrategy.Original, inheritStateFromParent: Boolean = false, textStyle: TextStyle? = null, textOverflow: TextOverflow = TextOverflow.Clip, textSoftWrap: Boolean = true, textMaxLines: Int = Int.MAX_VALUE, horizontalAlignment: HorizontalAlignment = HorizontalAlignment.Center, horizontalGapScaleFactor: Float = 1.0f)