🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

getDeclaredComposableMethod

Find the given @Composable method by name.

getDeclaredComposableMethod

Source set: JvmAndAndroid
public fun Class<*>.getDeclaredComposableMethod(
    methodName: String,
    vararg args: Class<*>,
): ComposableMethod

Find the given @Composable method by name.