The identity of the backend texture.
int get textureId => _textureId;
set textureId(int value) { if (value != _textureId) { _textureId = value; markNeedsPaint(); } }