resetColumnWidth method
Drop the resize override for the column at visual (double-tap the handle
to restore its declared width / flex).
Implementation
void resetColumnWidth(int visual) {
if (_widthOverride.remove(logicalColumnAt(visual)) != null) notifyListeners();
}