GetFooterRowText typedef

GetFooterRowText = String Function(int startRow, int pageSize, int? totalFilter, int totalRowsWithoutFilter)

Implementation

typedef GetFooterRowText = String Function(
  int startRow,
  int pageSize,
  int? totalFilter,
  int totalRowsWithoutFilter,
);