updateMaxSize method
Updates the maximum allowed size for the image.
Implementation
void updateMaxSize(int maxSize) {
// Set new max size constraint
_maxSize = maxSize;
}
Updates the maximum allowed size for the image.
void updateMaxSize(int maxSize) {
// Set new max size constraint
_maxSize = maxSize;
}