contentStyle method

BoxBuilder contentStyle(
  1. Style style
)

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

Implementation

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