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.
insetBefore - the inset that will be applied before each item.
insetAfter - the inset that will be applied after each item.