VectorTextViewParams

constructor(drawableStartRes: Int? = null, drawableEndRes: Int? = null, drawableBottomRes: Int? = null, drawableTopRes: Int? = null, drawableStart: Drawable? = null, drawableEnd: Drawable? = null, drawableBottom: Drawable? = null, drawableTop: Drawable? = null, isRtlLayout: Boolean = false, contentDescription: CharSequence = String.Empty, @Px compoundDrawablePadding: Int? = null, @Px iconWidth: Int? = null, @Px iconHeight: Int? = null, @DimenRes compoundDrawablePaddingRes: Int? = null, @ColorInt tintColor: Int? = null, @DimenRes widthRes: Int? = null, @DimenRes heightRes: Int? = null, @DimenRes squareSizeRes: Int? = null)