setIcon method

void setIcon(
  1. dynamic value
)

Implementation

void setIcon(dynamic value) {
  onNotifyWithCallback(() => icon = value);
}