debugTypicalAncestorWidgetClass property
Type
get
debugTypicalAncestorWidgetClass
override
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.
Implementation
@override
Type get debugTypicalAncestorWidgetClass => FlexBox;