GraphicsPatternType constructor

const GraphicsPatternType(
  1. String value,
  2. RenderTextureWrapping wrappingX,
  3. RenderTextureWrapping wrappingY
)

Implementation

const GraphicsPatternType(this.value, this.wrappingX, this.wrappingY);