How do I align the back button to the left and the hamburger menu icon to the right of the toolbar. Could anyone please help?
<IonToolbar mode="ios">
<IonButtons slot="start">
<IonBackButton defaultHref={route} />
<IonMenuButton color="dark" />
</IonButtons>
<IonTitle>
App Title
</IonTitle>
</IonToolbar>
Current result
