ExpandableFAB

fun ExpandableFAB(listOpenerIcon: Icon, fabs: List<Fab>, initialPosition: FabPosition = FabPosition.TopRight)

A Floating Action Button that opens up or down depending on the screen size and it's position. and stays within the bounds of the screen. It also takes into consideration the IconDefaultSize, BottomNavigationBarHeight and ExtraPadding Preferably, the FABs open downwards. Everything regarding the button offset and it's dragging position must be in pixels (not dp) or it doesn't work since detectDragGestures uses px