rowFromPos method

int? rowFromPos(
  1. dynamic heightPx
)

Implementation

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