contentPaddingWithLabel
fun contentPaddingWithLabel(start: Dp = TextFieldPadding, end: Dp = TextFieldPadding, top: Dp = TextFieldWithLabelVerticalPadding, bottom: Dp = TextFieldWithLabelVerticalPadding): PaddingValues
Default content padding applied to TextField when there is a label.
The top padding represents ths distance between the top edge of the TextField and the top of the label in the focused state. The input field is placed directly beneath the label.