setForegroundGradient method

void setForegroundGradient(
  1. Gradient? value
)

Implementation

void setForegroundGradient(Gradient? value) {
  foregroundGradient = value;
  _notify;
}