leftStyle method
Sets the left column style.
Implementation
TwoColumnDetailList leftStyle(Style style) {
_leftStyle = style;
return this;
}
Sets the left column style.
TwoColumnDetailList leftStyle(Style style) {
_leftStyle = style;
return this;
}