Maybe someone could refer why `floatingActionButt...
# compose
t
Maybe someone could refer why
floatingActionButton
was removed from material3
Copy code
BottomSheetScaffold
and what is current best way to implement it? Is it by using
SheetState.requireOffset()
?
z
Not sure if this is it but the latest M3 alpha release added a
FabPosition.EndOverlay
which might be used for this? Someone else can probably chime in with more details 😃
blob thinking fast 1