Dart DocumentationstagexlShadow

Shadow class

class Shadow {

 int color;
 num offsetX;
 num offsetY;
 num blur;
 DisplayObject targetSpace;

 Shadow(this.color, this.offsetX , this.offsetY, this.blur);
}

Constructors

new Shadow(int color, num offsetX, num offsetY, num blur) #

Creates a new Object instance.

Object instances have no meaningful state, and are only useful through their identity. An Object instance is equal to itself only.

docs inherited from Object
Shadow(this.color, this.offsetX , this.offsetY, this.blur);

Properties

num blur #

num blur

int color #

int color

num offsetX #

num offsetX

num offsetY #

num offsetY

DisplayObject targetSpace #

DisplayObject targetSpace