SetWindowMinSize method

String SetWindowMinSize(
  1. num width,
  2. num height
)

Implementation

String SetWindowMinSize(
  num width,
  num height,
) => 'SetWindowMinSize($width, $height)';