shadow property

Color shadow
return Theme.of(context).shadowColor

Implementation

Color get shadow => Theme.of(_context).shadowColor;