titleStyle method

Panel titleStyle(
  1. Style style
)

Sets the title text style.

Implementation

Panel titleStyle(Style style) {
  _titleStyle = style;
  return this;
}