BoundTexture constructor

BoundTexture([
  1. int? type,
  2. dynamic texture
])

Implementation

BoundTexture([this.type, this.texture]);