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