Add support for Pressed visual state on ButtonToolbarItemView
Currently, the ButtonToolbarItemView supports the following visual states:
Normal
Disabled
Selected
PointerOver
There is no visual state to indicate that the button is currently in a Pressed state. Implementing this visual state would be beneficial when styling the toolbar item.