debugCanApplyOutOfTurn method

  1. @override
bool debugCanApplyOutOfTurn()
override

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

@override
bool debugCanApplyOutOfTurn() => keepAlive;