hasDirtyComponents property
bool
get
hasDirtyComponents
Whether there are any dirty components queued for redraw.
Implementation
bool get hasDirtyComponents => _dirtyComponents.isNotEmpty;
Whether there are any dirty components queued for redraw.
bool get hasDirtyComponents => _dirtyComponents.isNotEmpty;