debugTypicalAncestorWidgetClass property
The typical ancestor widget class for this widget.
Used by Flutter's debugging tools to provide better error messages when this widget is used incorrectly (not within a LayoutBox).
Implementation
@override
Type get debugTypicalAncestorWidgetClass => LayoutBoxWidget;