Question
flutter move floatingActionButton up 50 pixels
Is it possible to move the floatingActionButton
up by 50 pixels?
I have a floatingActionButton
in an App that uses firebase_admob
and the Ads Banner is overlapping on top of the floatingActionButton
.
How does one set the floatingActionButton
to be 50 pixels from the bottom of the screen?
From the documentation of floatingActionButton
I can not seem to pick out how to position the button.
46 38688
46