TextureBox constructor
Creates a box backed by the texture identified by textureId.
Implementation
TextureBox({ @required int textureId }) : assert(textureId != null), _textureId = textureId;
Creates a box backed by the texture identified by textureId.
TextureBox({ @required int textureId }) : assert(textureId != null), _textureId = textureId;