boxShadow property

BoxShadow boxShadow

Implementation

BoxShadow get boxShadow {
  return BoxShadow(
    color: shadowColor,
    offset: shadowOffset,
    blurRadius: shadowBlur,
    spreadRadius: shadowSpread,
  );
}