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