rebuild method
Rebuilds this element if it is currently dirty.
Implementation
@override
void rebuild() {
super.rebuild();
_buildDescendants();
_syncRenderChildren();
}
Rebuilds this element if it is currently dirty.
@override
void rebuild() {
super.rebuild();
_buildDescendants();
_syncRenderChildren();
}