setItemBackground method

void setItemBackground(
  1. Color? value
)

Implementation

void setItemBackground(Color? value) {
  onNotifyWithCallback(() => itemBackground = value);
}