What is the difference between AppBar and Toolbar in MUI? I currently understand that the AppBar's flex direction is defaulted to 'column' while Toolbar's default flex direction is 'row.' Are there any other differences? Also why do all the examples for AppBar in MUI docs also have a Toolbar nested inside? I currently use just the Toolbar and see no difference.
