XPagination constructor
XPagination({
- String pageId = "global",
- void onChange()?,
Implementation
XPagination({String pageId = "global", this.onChange})
: _localPageSize = LocalInt(key: "pagesize_$pageId", defaultValue: 15),
super();