contentStyle method

StyledBlock contentStyle(
  1. Style style
)

Sets the content style.

Implementation

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