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

LocationSourceInformation

Source information about composable function call locations inside parent group.

Source set: Common
public class LocationSourceInformation(
    public val lineNumber: Int,
    public val offset: Int,
    public val length: Int,
    public val isRepeatable: Boolean,
)

Source information about composable function call locations inside parent group.