setBackground method

void setBackground(
  1. Color? value
)

Implementation

void setBackground(Color? value) {
  _background = value;
  _notify;
}