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