clone method
Called after layout to save the state
Implementation
@override
WidgetContext clone() {
return GridViewContext()..apply(this);
}
Called after layout to save the state
@override
WidgetContext clone() {
return GridViewContext()..apply(this);
}