current Composable Key Name
Returns a unique key for the current Composable. This is guaranteed to be the unique of the Composable function in all cases.
Unless the code changes, this key should be the same when recompiled.
The unique key generation algorithm uses the Compose compiler's implementation of the AOSP.