onBackgroundUrlChanged method

void onBackgroundUrlChanged(
  1. String url
)

Implementation

void onBackgroundUrlChanged(String url) {
  state.backgroundUrl.value = url;
}