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

then

Combines this override with the other override into a single override, by applying this override as the outer override first, then the other override as an inner override, and then the content.

then

Source set: Common
public infix fun DeviceConfigurationOverride.then(
    other: DeviceConfigurationOverride
): DeviceConfigurationOverride

Combines this override with the other override into a single override, by applying this override as the outer override first, then the other override as an inner override, and then the content.

Parameters

other the DeviceConfigurationOverride to apply after this one

Return

a new DeviceConfigurationOverride that applies both this DeviceConfigurationOverride and then the other.