XPagination constructor

XPagination({
  1. String pageId = "global",
  2. void onChange(
    1. PaginationInfo
    )?,
})

Implementation

XPagination({String pageId = "global", this.onChange})
  : _localPageSize = IntAttribute(key: "pagesize_$pageId", missValue: 15, provider: PreferProvider.instance),
    super();