interface DividerOffsetProvider
Provides the divider's offset.
abstract fun getOffsetFromSize(grid: Grid, divider: Divider, dividerSide: Side, size: Int): Int
Gets the divider's offset. Useful to balance the size of the items in a grid with multiple columns/rows. |