menu
webf package
documentation
rendering.dart
RenderContentVisibilityMixin
hasSize property
hasSize property
dark_mode
light_mode
hasSize
property
bool
get
hasSize
inherited
Whether this render object has undergone layout and has a
size
.
Implementation
bool get hasSize => _size != null;
webf package
documentation
rendering
RenderContentVisibilityMixin
hasSize property
RenderContentVisibilityMixin mixin