zeroFill method

ColumnDefinition zeroFill()

Implementation

ColumnDefinition zeroFill() {
  _zeroFill = true;
  return this;
}