syncScrollAfterRebuild method
void
syncScrollAfterRebuild()
inherited
Implementation
void syncScrollAfterRebuild() {
if (!isSyncingScroll) {
_syncScrollControllers(clamp: true);
}
}
void syncScrollAfterRebuild() {
if (!isSyncingScroll) {
_syncScrollControllers(clamp: true);
}
}