hasSize property

bool get hasSize

Returns true if this box has been sized.

Implementation

bool get hasSize => _viewportSize != null;