Set the total number of columns.
Future<void> setColCount(int n) async { await _configure(GridConfig()..layout = (LayoutConfig()..cols = n)); }