width property

  1. @override
int get width

Browser screen width.

Implementation

@override
int get width => _width ?? window.innerWidth;