Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter scaffold floating action button bottom padding remove

Just change floatingActionButton location:

floatingActionButtonLocation: 
              FloatingActionButtonLocation.centerFloat
to

floatingActionButtonLocation:
              FloatingActionButtonLocation.centerDocked,
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #flutter #scaffold #floating #action #button #bottom #padding #remove
ADD COMMENT
Topic
Name
8+1 =