titleStyle method

BoxBuilder titleStyle(
  1. Style style
)

Sets the title text style.

Implementation

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