viewportWidth property

  1. @BuiltValueField(wireName: 'viewport_width')
int? viewportWidth

The width of the application's parent window.

Platforms: Web

Implementation

@BuiltValueField(wireName: 'viewport_width')
int? get viewportWidth;