fun tint(color: Int): RecyclerViewDivider.BuilderSet the tint color of all dividers' drawables. If you want to create a plain divider with a single color, color is recommended. To set a custom tint color for each divider's drawable use tintManager instead.
color - color that will be used as drawable's tint.
Return
this Builder instance.