isLayoutRoot property

bool get isLayoutRoot

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;