elevationWithoutShadow

@IviExperimental(reasons = [])
fun View.elevationWithoutShadow(@Px elevationPx: Float?)

Sets the elevation of the View without creating a shadow for the View. If elevationPx is null the elevation is set to 0.0F. Note: Shadow is only disabled with API version >= 28.