debugTypicalAncestorWidgetClass property Null safety

Type debugTypicalAncestorWidgetClass
override

The RenderObjectWidget that is typically used to set up the ParentData that applyParentData will write to.

This is only used in error messages to tell users what widget typically wraps this ParentDataWidget.

Implementation

@override
Type get debugTypicalAncestorWidgetClass => CustomMultiChildLayout;