Gets the columns.
List<Column> get columns => _columns;
Sets the columns.
set columns(List<Column> value) { _columns = value; updateViewport(); }