isRoundedCornerShape

Checks if this Shape is a RoundedCornerShape.

This function uses Kotlin contracts to enable smart casting, allowing the compiler to automatically cast the shape to RoundedCornerShape when this function returns true.

Return

true if this shape is a RoundedCornerShape, false otherwise.

Since

0.5.0