Answers for "flutter scaffold floating action button bottom padding remove"

0

flutter scaffold floating action button bottom padding remove

Just change floatingActionButton location:

floatingActionButtonLocation: 
              FloatingActionButtonLocation.centerFloat
to

floatingActionButtonLocation:
              FloatingActionButtonLocation.centerDocked,
Posted by: Guest on March-31-2022

Code answers related to "flutter scaffold floating action button bottom padding remove"

Browse Popular Code Answers by Language