getRepaintBoundaryKey static method
Implementation
static GlobalKey? getRepaintBoundaryKey(BuildContext context) {
final state =
context.findAncestorStateOfType<PlotlineScrollDetectorState>();
return state?.repaintBoundaryKey;
}
static GlobalKey? getRepaintBoundaryKey(BuildContext context) {
final state =
context.findAncestorStateOfType<PlotlineScrollDetectorState>();
return state?.repaintBoundaryKey;
}