RaisedChild constructor

RaisedChild(
  1. Widget child,
  2. Color shadowColor
)

Implementation

RaisedChild(this.child, this.shadowColor);