leftStyle method

TwoColumnDetailList leftStyle(
  1. Style style
)

Sets the left column style.

Implementation

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