XPaginatedTable constructor

XPaginatedTable({
  1. required Function onChange,
  2. Function? api,
  3. Map? params,
  4. int? totalNum,
  5. required String? pageIndexKey,
  6. required String pageSizeKey,
})

Implementation

XPaginatedTable({required this.onChange, this.api, this.params, this.totalNum, required this.pageIndexKey, required this.pageSizeKey});