isLayoutRoot property
Whether no LayoutNode lays this node out, leaving it to lay itself out against the scene every frame.
Implementation
bool get isLayoutRoot => parent is! LayoutNode;
Whether no LayoutNode lays this node out, leaving it to lay itself out against the scene every frame.
bool get isLayoutRoot => parent is! LayoutNode;