menu
te_widgets package
documentation
widgets/list/controller/list_controller.dart
TListControllerPagination<T, K>
canGoToNextPage property
canGoToNextPage property
dark_mode
light_mode
canGoToNextPage
property
bool
get
canGoToNextPage
Implementation
bool get canGoToNextPage => page < totalPages;
te_widgets package
documentation
widgets/list/controller/list_controller
TListControllerPagination<T, K>
canGoToNextPage property
TListControllerPagination extension on
TListController
<
T
,
K
>