PairingScrollControllerGroup constructor Null safety
Implementation
PairingScrollControllerGroup() {
_offsetNotifier = _PairedScrollControllerGroupOffsetNotifier(this);
_mirror = _PairedScrollController(this);
_mirror.addListener(_offsetNotifier.notifyListeners);
}