obscureText method
void
obscureText()
Toggles the obscure text state of the MyoroInput.
Implementation
void obscureText() {
state.obscureText = !state.obscureText;
}
Toggles the obscure text state of the MyoroInput.
void obscureText() {
state.obscureText = !state.obscureText;
}