PairingScrollControllerGroup constructor Null safety

PairingScrollControllerGroup()

Implementation

PairingScrollControllerGroup() {
  _offsetNotifier = _PairedScrollControllerGroupOffsetNotifier(this);
  _mirror = _PairedScrollController(this);
  _mirror.addListener(_offsetNotifier.notifyListeners);
}