setIconState method

void setIconState(
  1. ValueState? value
)

Implementation

void setIconState(ValueState<dynamic>? value) {
  onNotifyWithCallback(() => iconState = value);
}