A code snippet that demonstrates how to show/hide the SideDrawer programatically.
// Opens the SideDrawer programatically this.sideDrawer.ShowDrawer(); // Closes the SideDrawer programatically this.sideDrawer.HideDrawer();