minSize property

void minSize=(List<double> list)

Implementation

set minSize(List<double> list) {
  minWidth = list[0];
  minHeight = list[1];
}