maxSize property

void maxSize=(List<double> list)

Implementation

set maxSize(List<double> list) {
  maxWidth = list[0];
  maxHeight = list[1];
}