leftStyle method

TwoColumnDetail leftStyle(
  1. Style style
)

Sets the left column style.

Implementation

TwoColumnDetail leftStyle(Style style) {
  _leftStyle = style;
  return this;
}