recycler-view-divider / com.fondesa.recyclerviewdivider / RecyclerViewDivider / with

with

@JvmStatic fun with(context: Context): RecyclerViewDivider.Builder

Creates a new Builder for the current Context. The Builder instance will be provided by the application if it implements BuilderProvider. Otherwise, a new base instance will be created.

Parameters

context - current Context.

Return
a new Builder instance.