displayHeight property

int get displayHeight

The display height of the window/canvas (CSS layout size on web, same as height on SDL3).

Implementation

int get displayHeight => _windowBackend.displayHeight;