[]
Toggles the sidebar 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 sidebar visibility. |