hasSize property

bool get hasSize

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

Implementation

bool get hasSize => _size != null;