infoBlock static method

StyledBlock infoBlock(
  1. String message
)

Creates an info styled block.

Implementation

static StyledBlock infoBlock(String message) => StyledBlock()
  ..info()
  ..message(message);