setFit method

void setFit(
  1. BoxFit value
)

Implementation

void setFit(BoxFit value) {
  _callback(() {
    fit = value;
  });
}