contentPaddingWithoutLabel
fun contentPaddingWithoutLabel(start: Dp = TextFieldPadding, top: Dp = TextFieldPadding, end: Dp = TextFieldPadding, bottom: Dp = TextFieldPadding): PaddingValues
Default content padding of the input field within the TextField when the label is null or positioned TextFieldLabelPosition.Above.
Horizontal padding represents the distance between the input field and the leading/trailing icons (if present) or the horizontal edges of the container if there are no icons.