menu
foop_components package
documentation
Components/cusotm_paginator.dart
CustomPaginator
totalPagesGetter method
totalPagesGetter method
dark_mode
light_mode
totalPagesGetter
method
int
?
totalPagesGetter
(
dynamic
response
)
Implementation
int? totalPagesGetter(dynamic response) { return response.total; }
foop_components package
documentation
Components/cusotm_paginator
CustomPaginator
totalPagesGetter method
CustomPaginator class