debugCanApplyOutOfTurn method

  1. @protected
bool debugCanApplyOutOfTurn()

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:

Implementation

@protected
bool debugCanApplyOutOfTurn() => false;