[]
Toggles the toolbar visibility.
public Task Toggle(bool show)
| Type | Name | Description |
|---|---|---|
| bool | show | Pass true to switch sidebar ON, and vise-versa. |
| Type | Description |
|---|---|
| Task | A Task that represents the asynchronous operation of toggling the toolbar visibility. |