setBackgroundGradient method

void setBackgroundGradient(
  1. Gradient? value
)

Implementation

void setBackgroundGradient(Gradient? value) {
  _backgroundGradient = value;
  _notify;
}