setShouldCheckForParentWidget static method

void setShouldCheckForParentWidget(
  1. bool shouldCheckForParentWidget
)

Implementation

static void setShouldCheckForParentWidget(bool shouldCheckForParentWidget) {
  Plotline.shouldCheckForParentWidget = shouldCheckForParentWidget;
}