isLineInset

abstract fun isLineInset(index: Int): Boolean

Returns whether the given line – row or column – is inset, per the insetEvenLines property.

Due to the inherent symmetry of staggered grids, insetting even rows is the same as insetting even columns, hence the one function for both.