clear method
Clears the rendered content.
Implementation
@override
void clear() {
_pendingView = null;
inner.clear();
_dirty = false;
}
Clears the rendered content.
@override
void clear() {
_pendingView = null;
inner.clear();
_dirty = false;
}