HideVirtualKeyboard hides the virtual keyboard. HideVirtualKeyboard only has an effect on mobile platforms (iOS, Android, and Web).
()
| 189 | // HideVirtualKeyboard hides the virtual keyboard. |
| 190 | // HideVirtualKeyboard only has an effect on mobile platforms (iOS, Android, and Web). |
| 191 | HideVirtualKeyboard() |
| 192 | |
| 193 | // IsDark returns whether the system color theme is dark (as oppposed to light). |
| 194 | IsDark() bool |
no outgoing calls
no test coverage detected