width method

TwoColumnDetail width(
  1. int value
)

Sets the total width for the row.

Implementation

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