ChatScrollController constructor
ChatScrollController({
- int animationDurationInMilliseconds = 150,
The constructor of the chat scroll controller.
Implementation
ChatScrollController({
this.animationDurationInMilliseconds = 150,
}) {
WidgetsBinding.instance.addObserver(this);
}