width method

TwoColumnDetailList width(
  1. int value
)

Sets the total width for rows.

Implementation

TwoColumnDetailList width(int value) {
  _width = value;
  return this;
}