Compose Unstyled 2.0 is out! Check the official announcement blog ->
Class

LocationSourceInformation

Source information about composable function call locations inside parent group.

Source set: 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.

Last updated: