hasSize property

bool hasSize

Whether this render object has undergone layout and has a size.

Implementation

bool get hasSize => _size != null;