scrolling property

ValueNotifier<bool> scrolling
final

notifier for scroll events

Implementation

final scrolling = ValueNotifier(false);