Fix flickering FAB when changing bottom tabs (#6225)
* Fix flickering FAB when changing bottom tabs
Fab was instantiated with the default margin (16dp), without the containing screen's bottom inset. The caused the FAB to jump up when the screen appeared since it then received the correct bottom margins (16dp + bottom insets)
Fixes #5816