acceptsChild method

  1. @override
bool acceptsChild(
  1. WidgetData widget
)
override

Implementation

@override
bool acceptsChild(WidgetData widget) {
  return !isParentOf(widget, this);
}