shapeForeground method

dynamic shapeForeground(
  1. BoxShape shape
)

Implementation

shapeForeground(BoxShape shape){
  _shapeForeground = shape;
  return this;
}