setIconFit method

void setIconFit(
  1. BoxFit value
)

Implementation

void setIconFit(BoxFit value) {
  onNotifyWithCallback(() => fit = value);
}