deviceSize property

Size deviceSize

Syntax-sugar for MediaQuery.of(this).size

Implementation

Size get deviceSize => MediaQuery.of(this).size;