rightStyle method
Sets the right column style.
Implementation
TwoColumnDetailList rightStyle(Style style) {
_rightStyle = style;
return this;
}
Sets the right column style.
TwoColumnDetailList rightStyle(Style style) {
_rightStyle = style;
return this;
}