setBackgroundImageUrl method

void setBackgroundImageUrl(
  1. String? url
)

Implementation

void setBackgroundImageUrl(String? url) {
  _backgroundImageUrl = url;
  notifyListeners();
}