screenSize property

  1. @protected
Size screenSize

Getter: to retrieve the terminal size properties.

See Size

Implementation

@protected
Size get screenSize => MediaQuery.of(context).size;