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