I would like to be able to do the following.
<HeaderBar
title="Hello"
showControlButtons
defaultPackType={PackType.END}
>
<Button icon="open-menu-symbolic" />
</HeaderBar>
I want the button to be aligned to the right, but I am unable to control where it is packed.
I would like to be able to do the following.
I want the button to be aligned to the right, but I am unable to control where it is packed.