const InAppPagingOptions({ int? initialSize, this.fetchFromLast = false, this.fetchingSize, }) : initialSize = initialSize ?? fetchingSize;