LocationSourceInformation

Class

Common
@ComposeToolingApi
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.