windowSize static method
A command that requests the current window size.
Results in a WindowSizeMsg being sent.
Implementation
static Cmd windowSize() {
return const Cmd(_windowSize);
}
A command that requests the current window size.
Results in a WindowSizeMsg being sent.
static Cmd windowSize() {
return const Cmd(_windowSize);
}