I wonder, how efficient this code is (:thread:). I...
# compose
a
I wonder, how efficient this code is (🧵). Is this less efficient than just using composable lambda instead of AlertAction? Will AlertAction constructor (basically a function) allocate new ComposableLambda each time icon changes? If so, is it worse than slot api based impl? Intention is to solve this
Alternative solution