noteBlock static method
Creates a note styled block.
Implementation
static StyledBlock noteBlock(String message) => StyledBlock()
..note()
..message(message);
Creates a note styled block.
static StyledBlock noteBlock(String message) => StyledBlock()
..note()
..message(message);