apply abstract method

void apply(
  1. covariant WidgetContext other
)

Called before relayout to restore the saved state and restart the layout in the same conditions

Implementation

void apply(covariant WidgetContext other);