rightStyle method

TwoColumnDetailList rightStyle(
  1. Style style
)

Sets the right column style.

Implementation

TwoColumnDetailList rightStyle(Style style) {
  _rightStyle = style;
  return this;
}