InitWindow method

String InitWindow(
  1. num width,
  2. num height,
  3. String title
)

Implementation

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