menu
webf package
documentation
rendering.dart
RenderBoxDecorationMixin
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
RenderBoxDecorationMixin
hasSize property
RenderBoxDecorationMixin mixin