Optional to pass leadingIcon, trailingIcon parameters to own OutlinedTextField
I’m trying to create default parameters via leadingIcon: @Composable () -> Unit= {}
or trailingIcon: @Composable (() -> Unit)? = null
, but ran into one problem. An empty form is created on the TextField and for this reason the text is shifted closer to the center.