debugCanApplyOutOfTurn method
- @protected
@protected
Whether the ParentDataElement.applyWidgetOutOfTurn method is allowed with this widget.
This should only return true if this widget represents a ParentData configuration that will have no impact on the layout or paint phase.
See also:
- ParentDataElement.applyWidgetOutOfTurn, which verifies this in debug mode.
Implementation
@protected
bool debugCanApplyOutOfTurn() => false;