gradientForeground method

dynamic gradientForeground(
  1. Gradient gradient
)

Implementation

gradientForeground(Gradient gradient){
  _gradientForeground = gradient;
  return this;
}