right method

TwoColumnDetail right(
  1. String text
)

Sets the right column text.

Implementation

TwoColumnDetail right(String text) {
  _right = text;
  return this;
}