size property

Size size

Returns the specified _requireSize or the screen size.

Implementation

Size get size => _requireSize ?? screenSize;