fullSnapshot method
Full viewport snapshot (sync). Used after resize when damage is Full.
Implementation
@override
GridUpdate fullSnapshot() => _toGridUpdate(engineFullSnapshot(engine: _engine));
Full viewport snapshot (sync). Used after resize when damage is Full.
@override
GridUpdate fullSnapshot() => _toGridUpdate(engineFullSnapshot(engine: _engine));