createStrokeDrawable

fun Theme.createStrokeDrawable(    backgroundColor: DashColor?,     strokeColor: DashColor?,     stokeWidth: Int,     cornerRadii: DashDrawableCornerRadii,     inset: Int,     shouldHighlightFocus: Boolean = false): Drawable?