SimpleBottomAppBar constructor
const
SimpleBottomAppBar({})
Optionally supply up to four Bottom Bar buttons to be displayed.
Implementation
const SimpleBottomAppBar(
{this.button01, this.button02, this.button03, this.button04, Key? key})
: super(key: key);