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