message method

StyledBlock message(
  1. String text
)

Sets the block message.

Implementation

StyledBlock message(String text) {
  _message = text;
  return this;
}