PageOffset.fromPagination constructor

PageOffset.fromPagination(
  1. int offset,
  2. int length
)

Implementation

PageOffset.fromPagination(int offset, int length) : this((offset / length).floor(), length);