dirty property
Returns true if the element has been marked as needing rebuilding.
The flag is true when the element is first created and after markNeedsBuild has been called. The flag is reset to false in the performRebuild implementation.
Implementation
bool get dirty => _dirty;