pageRowsInfoTitle method

String pageRowsInfoTitle(
  1. int firstRow,
  2. int lastRow,
  3. int rowCount,
  4. bool rowCountIsApproximate,
)

Implementation

String pageRowsInfoTitle(
  int firstRow,
  int lastRow,
  int rowCount,
  bool rowCountIsApproximate,
) =>
    materialLocalizations.pageRowsInfoTitle(
      firstRow,
      lastRow,
      rowCount,
      rowCountIsApproximate,
    );