Term2::Components::Table::Styles
Styles container for matching Go API
Constructors
new(header : Term2::Style = (Style.new.bold(true)).padding(0, 1), cell : Term2::Style = Style.new.padding(0, 1), selected : Term2::Style = (Style.new.bold(true)).foreground(Color.indexed(212)))
SourceInstance methods
cell
Sourcecell=(cell : Style)
Sourceheader
Sourceheader=(header : Style)
Sourceselected
Sourceselected=(selected : Style)
Source