canvasPattern top-level property
      
      dynamic
      get
      canvasPattern
      
    
    
An opaque object describing a pattern, based on an image, a canvas, or a video, created by the CanvasRenderingContext2D.createPattern() method.
Implementation
_i2.dynamic get canvasPattern => _i4.getProperty(
      _self,
      'CanvasPattern',
    );