setWidth method
Set the width of the table.
Implementation
void setWidth(int w) {
_viewport = _viewport.copyWith(width: w);
updateViewport();
}
Set the width of the table.
void setWidth(int w) {
_viewport = _viewport.copyWith(width: w);
updateViewport();
}