viewportHeight property

  1. @BuiltValueField(wireName: 'viewport_height')
int? viewportHeight

The height of the application's parent window.

Platforms: Web

Implementation

@BuiltValueField(wireName: 'viewport_height')
int? get viewportHeight;