left method

TwoColumnDetail left(
  1. String text
)

Sets the left column text.

Implementation

TwoColumnDetail left(String text) {
  _left = text;
  return this;
}