updateFlag property

void updateFlag=(dynamic u)

Implementation

set updateFlag(u) {
  _updateFlag = u;
  markNeedsLayout();
}