customTextField

fun customTextField(value: String, labelText: String, keyboardType: KeyboardType = KeyboardType.Ascii, onChange: (String) -> Unit, leadingIcon: ImageVector? = null, password: Boolean = false)