setBackgroundImageState method
Implementation
void setBackgroundImageState(ValueState<DecorationImage>? value) {
backgroundImageState = value;
_notify;
}
void setBackgroundImageState(ValueState<DecorationImage>? value) {
backgroundImageState = value;
_notify;
}