noteBlock static method

StyledBlock noteBlock(
  1. String message
)

Creates a note styled block.

Implementation

static StyledBlock noteBlock(String message) => StyledBlock()
  ..note()
  ..message(message);