PaginationControls constructor

const PaginationControls({
  1. Key? key,
  2. required AccountingController controller,
})

Implementation

const PaginationControls({super.key, required this.controller});