Window.checkUpdateNeeded - multiple declarations

Function Window.checkUpdateNeeded

checks content widgets for necessary redraw and/or layout

bool checkUpdateNeeded(
  ref bool needDraw,
  ref bool needLayout,
  ref bool animationActive
);

Function Window.checkUpdateNeeded

checks content widgets for necessary redraw and/or layout

void checkUpdateNeeded(
  Widget root,
  ref bool needDraw,
  ref bool needLayout,
  ref bool animationActive
);