setBackgroundImageState method

void setBackgroundImageState(
  1. ValueState<DecorationImage>? value
)

Implementation

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