pub fn obscuring_char(
child: impl IntoUiNode,
character: impl IntoVar<char>,
) -> UiNodeExpand description
P Replacement character used when obscuring text.
When obscure_txt is enabled the text characters are replaced by this one.
pub fn obscuring_char(
child: impl IntoUiNode,
character: impl IntoVar<char>,
) -> UiNodeP Replacement character used when obscuring text.
When obscure_txt is enabled the text characters are replaced by this one.