windowSize static method

Cmd windowSize()

A command that requests the current window size.

Results in a WindowSizeMsg being sent.

Implementation

static Cmd windowSize() {
  return const Cmd(_windowSize);
}