recycler-view-divider / com.fondesa.recyclerviewdivider.manager.inset / DefaultInsetManager / <init>

<init>

DefaultInsetManager()

Constructor that assigns a default inset equal to 0.

DefaultInsetManager(@Px insetBefore: Int, @Px insetAfter: Int)

Default implementation of InsetManager that will use the same inset for each item.

Parameters

insetBefore - the inset that will be applied before each item.

insetAfter - the inset that will be applied after each item.