UserBehavior constructor

const UserBehavior({
  1. ScrollBehavior? scrollBehavior,
})

Implementation

const UserBehavior({
  this.scrollBehavior,
});