type property

Implementation

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

Implementation

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