linkParent<S extends StatefulWidget, T extends LinkScrollState<S> > method
Implementation
@mustCallSuper
void linkParent<S extends StatefulWidget, T extends LinkScrollState<S>>() {
linkScrollController.unlinkParent();
if (link) {
linkScrollController.linkParent<S, T>(context);
}
}