updateToCrop method

void updateToCrop(
  1. Map newValue
)

Implementation

void updateToCrop(Map newValue) {
  _state.toCrop = newValue;
  notifyListeners();
}