fun offsetProvider(provider: DividerOffsetProvider): DividerBuilder
Customizes the offset of each divider in the grid. This method is useful to balance the size of the items in a grid with multiple columns/rows.
provider - the DividerOffsetProvider which will be invoked for each divider in the grid.
Return
this DividerBuilder instance.