elevation

inline fun Style.elevation(elevation: Dimen): Style

Sets an elevation on the View this Component mounts to. Setting this property will cause the Component to be represented as a View at mount time if it wasn't going to already.

NOTE: This style will be ignored pre-API 21.

See android.view.View.setElevation