maxSize property

set maxSize (List<double> list)

Implementation

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