PaginationFounderControls constructor

const PaginationFounderControls({
  1. Key? key,
  2. required ManageAdminController controller,
})

Implementation

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