applyContext method

  1. @protected
void applyContext(
  1. covariant WidgetContext context
)

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

Implementation

@protected
void applyContext(covariant WidgetContext context) =>
    saveContext().apply(context);