menu
flutter_chen_common package
documentation
widgets/refresh/refresh_controller.dart
PagingController<M>
isClosed property
isClosed property
dark_mode
light_mode
isClosed
property
bool
get
isClosed
inherited
Checks whether the controller has already been closed.
Implementation
bool get isClosed => _isClosed;
flutter_chen_common package
documentation
widgets/refresh/refresh_controller
PagingController<M>
isClosed property
PagingController class