textFieldWithoutLabelPadding
fun textFieldWithoutLabelPadding(start: Dp = TextFieldPadding, top: Dp = TextFieldPadding, end: Dp = TextFieldPadding, bottom: Dp = TextFieldPadding): PaddingValues
Deprecated
Renamed to `TextFieldDefaults.contentPaddingWithoutLabel`
Replace with
TextFieldDefaults.contentPaddingWithoutLabel(
start = start,
top = top,
end = end,
bottom = bottom,
)
Content copied to clipboard