Function

Shadows

Creates a single Shadows configuration.

Shadows

Source set: Common
public fun Shadows(shadow: Shadow): Shadows

Creates a single Shadows configuration.

Parameters

shadow shadow details

Shadows

Source set: Common
public fun Shadows(vararg shadows: Shadow): Shadows

Creates a compound Shadows configuration from multiple shadows.

Parameters

shadows list of shadow details

Shadows

Source set: Common
public fun Shadows(value: Any?): Shadows?

Converts value to Shadows if it is a valid shadow representation.

Parameters

value object to convert to Shadows

Content updated: