rowFromPos method

int rowFromPos(
  1. num heightPx
)

Implementation

int rowFromPos(num heightPx) => (heightPx / rowHeightPx).floor();