PrimaryButtonShape

constructor(    context: Context,     @DimenRes cornerRadiusRes: Int? = null,     @DimenRes borderStrokeWidthRes: Int? = null,     @DimenRes heightRes: Int? = null)
constructor(cornerRadiusDp: Float? = null, borderStrokeWidthDp: Float? = null, heightDp: Float? = null)


constructor(context: Context, cornerRadiusDp: Int? = null, borderStrokeWidthDp: Int? = null)

Deprecated

Use @DimenRes constructor