applyContext method
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);
Called before relayout to restore the saved state and restart the layout in the same conditions
@protected
void applyContext(covariant WidgetContext context) =>
saveContext().apply(context);