When true the texture will not be updated with new frames.
bool get freeze => _freeze;
set freeze(bool value) { if (value != _freeze) { _freeze = value; markNeedsPaint(); } }