Is there a way to set the background of persistentFooterButtons
property, from a Scaffold widget, to fill all the space of the footer?
I tried to use a container and set its color property, but it only fills the background up to buttons height.
Is there a way to set the background of persistentFooterButtons
property, from a Scaffold widget, to fill all the space of the footer?
I tried to use a container and set its color property, but it only fills the background up to buttons height.