menu
schemax package
documentation
renderer/core.dart
RendererCore
hasChildren property
hasChildren property
dark_mode
light_mode
hasChildren
property
bool
get
hasChildren
inherited
Whether this container has any children.
Implementation
bool get hasChildren { return children.isNotEmpty; }
schemax package
documentation
renderer/core
RendererCore
hasChildren property
RendererCore class