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