ChatScrollController constructor

ChatScrollController({
  1. int animationDurationInMilliseconds = 150,
})

The constructor of the chat scroll controller.

Implementation

ChatScrollController({
  this.animationDurationInMilliseconds = 150,
}) {
  WidgetsBinding.instance.addObserver(this);
}