Is there a way to disable a `FloatingActionButton`...
# compose
r
Is there a way to disable a
FloatingActionButton
that I'm missing? cause the only solution i can seem to find is just copying the declaration from compose and adding a new parameter
r
ProvideEmphasis maybe? I have not tried, just a guess
s
Is it the textfield or selection buttons? If so currently not possible
I mean there is no api, dont know if possible :)
a
according to the material design specification it is not recommended to display the disabled FABs, instead it is expected to just hide them. because of this recommendation we intentionally didn't add enabled param
s
I was confused between FloatingActionButton and FloatingActionToolbar (Button)