I am using persistentFooterButtons property of Scaffold to display two drop down buttons. But, they are right aligned. This is due to persistentFooterButtons being wrapped in a ButtonBar class which is right aligned. I had to wrap drop down buttons in a container to prevent this. I think ButtonBar class should be removed from persistentFooterButtons property.