deviceSize property

DeviceSize get deviceSize

The current whole-window DeviceSize, from the enclosing ResponsiveScope.

Throws a FlutterError if no ResponsiveScope is present.

Implementation

DeviceSize get deviceSize => _ResponsiveData.of(this);