recycler-view-divider / com.fondesa.recyclerviewdivider / StaggeredDividerBuilder / asSpace

asSpace

fun asSpace(): StaggeredDividerBuilder

Sets the divider as a simple space, so the divider leaves the space between two cells but it is not rendered. Since the rendering is totally skipped in this case, it's better than using a transparent color.

Return
this StaggeredDividerBuilder instance.