isDirty property

bool isDirty

Checks if Element is 'dirty' and needs rebuild.

Implementation

bool get isDirty => (context as Element).dirty;