boxShadowForeground method

dynamic boxShadowForeground(
  1. List<BoxShadow> boxShadow
)

Implementation

boxShadowForeground(List<BoxShadow> boxShadow){
  _boxShadowForeground = boxShadow;
  return this;
}