type property

Implementation

GraphicsPatternType get type => _type;
void type=(GraphicsPatternType value)

Implementation

set type(GraphicsPatternType value) {
  disposeCachedRenderObjects(false);
  _type = value;
}