updateSelectedBackground property

UpdateSelectedBackground? updateSelectedBackground

The selected background has changed

Implementation

UpdateSelectedBackground? get updateSelectedBackground {
  if (this is UpdateSelectedBackground) {
    return this as UpdateSelectedBackground;
  }
  return null;
}