Using lambda as callback is very common in Jetpack compose, but do you know you can also use function reference to replace the lambda? When I first heard about this function reference, I thought the function reference must be better. Unlike anonymous function …