needRedraw property

bool needRedraw

Implementation

bool get needRedraw {
  final result = _needRedraw;
  _needRedraw = false;
  return result;
}