rightStyle method

TwoColumnDetail rightStyle(
  1. Style style
)

Sets the right column style.

Implementation

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