apply method
Called before relayout to restore the saved state and restart the layout in the same conditions
Implementation
@override
void apply(TableContext other) {
firstLine = other.firstLine;
lastLine = other.lastLine;
}
Called before relayout to restore the saved state and restart the layout in the same conditions
@override
void apply(TableContext other) {
firstLine = other.firstLine;
lastLine = other.lastLine;
}