UserScrollNotification constructor Null safety
- {required ScrollMetrics metrics,
- required BuildContext context,
- required ScrollDirection direction}
Creates a notification that the user has changed the direction in which they are scrolling.
Implementation
UserScrollNotification({
required super.metrics,
required BuildContext super.context,
required this.direction,
});