WithBackgroundStyle changes the background styling of the header.
(style *Style)
| 39 | |
| 40 | // WithBackgroundStyle changes the background styling of the header. |
| 41 | func (p HeaderPrinter) WithBackgroundStyle(style *Style) *HeaderPrinter { |
| 42 | p.BackgroundStyle = style |
| 43 | return &p |
| 44 | } |
| 45 | |
| 46 | // WithMargin changes the background styling of the header. |
| 47 | func (p HeaderPrinter) WithMargin(margin int) *HeaderPrinter { |
no outgoing calls