fun size(@Px size: Int): RecyclerViewDivider.BuilderSet the size of all dividers. The divider's final size will depend on RecyclerView's orientation: Size is referred to the height of an horizontal divider and to the width of a vertical divider. To set a custom size for each divider use sizeManager instead.
size - size in pixels for this divider.
Return
this Builder instance.