contentStyle method

Panel contentStyle(
  1. Style style
)

Sets the content text style (applied to all content).

Implementation

Panel contentStyle(Style style) {
  _contentStyle = style;
  return this;
}