length method

ColumnDefinition length(
  1. int length
)

Set column length/size

Implementation

ColumnDefinition length(int length) {
  _length = length;
  return this;
}