menu
flutter_base_architecture_plugin package
documentation
extension/scroll_controller_extensions.dart
ScrollUtils
hasReachedBottom method
hasReachedBottom method
dark_mode
light_mode
hasReachedBottom
method
bool
hasReachedBottom
(
)
Implementation
bool hasReachedBottom() { return position.pixels >= position.maxScrollExtent; }
flutter_base_architecture_plugin package
documentation
extension/scroll_controller_extensions
ScrollUtils
hasReachedBottom method
ScrollUtils extension on
ScrollController