hasDirtyComponents property

bool get hasDirtyComponents

Whether there are any dirty components queued for redraw.

Implementation

bool get hasDirtyComponents => _dirtyComponents.isNotEmpty;