restoreContext method
Apply the context for next page layout. Called before layout to prepare for next page
Implementation
@override
void restoreContext(WidgetContext context) {
child.restoreContext(context);
}
Apply the context for next page layout. Called before layout to prepare for next page
@override
void restoreContext(WidgetContext context) {
child.restoreContext(context);
}