DashDrawableCornerRadii
data class DashDrawableCornerRadii(val topStart: Float, val topEnd: Float, val bottomEnd: Float, val bottomStart: Float)
Constructors
Properties
Functions
Link copied to clipboard
Float array compatible with PaintDrawable.setCornerRadii and GradientDrawable.setCornerRadii. The array contains 8 values - 2 for each corner X_radius, Y_radius. The corners are ordered top-left, top-right, bottom-right, bottom-left.