fillStyle method
Sets the fill character style.
Implementation
TwoColumnDetail fillStyle(Style style) {
_fillStyle = style;
return this;
}
Sets the fill character style.
TwoColumnDetail fillStyle(Style style) {
_fillStyle = style;
return this;
}