TextFieldWithPickerButton
fun TextFieldWithPickerButton(modifier: Modifier = Modifier, hint: String? = null, supportText: String? = null, errorText: String? = null, title: String?, isFieldRequired: Boolean = false, enabled: Boolean = true, onPresentRequested: () -> Unit, shape: Shape = RoundedCornerShape(8.dp), leadingAccessory: @Composable () -> Unit? = null)