VisualTransformation

interface VisualTransformation : ComposableProperties<ERROR CLASS: Symbol not found for androidx.compose.ui.text.input.VisualTransformation>

用于更改输入字段视觉输出的接口。

此接口可用于更改输入字段中文本的视觉呈现。例如,您可以使用密码视觉转换 将密码字段中的字符用星号(*)等掩码字符屏蔽。

它包装了 androidx.compose.ui.text.input.VisualTransformation,提供了在自动化脚本中操作和识别视觉转换的能力。

Author

M8Test, [email protected], https://m8test.com

See also

androidx.compose.ui.text.input.VisualTransformation