abstract fun isDividerVisible(grid: Grid, divider: Divider): Boolean
Gets the divider's visibility.
grid - the Grid in which the divider is shown.
divider - the Divider which should be visible or not.
Return
true if the divider should be visible, false otherwise.