Get the width of a specific column.
Future<int> getColWidth(int col) async { final config = await _getConfig(); return config.layout.defaultColWidth; }