backgroundDrawable
fun backgroundDrawable(@ColorInt color: Int, isButton: Boolean = false, @ColorInt checkedColor: Int = color, @ColorInt pressedColor: Int = color.toDarkerColor(), @ColorInt disabledColor: Int = color, mask: Drawable? = null, radius: Number = 0.0f, strokeColor: Int = Color.TRANSPARENT, strokeWidth: Int = 0, topLeftRadius: Number = 0.0f, topRightRadius: Number = 0.0f, bottomLeftRadius: Number = 0.0f, bottomRightRadius: Number = 0.0f): Drawable