infoFullWidth static method
Creates a full-width info block.
Implementation
static StyledBlock infoFullWidth(String message) => StyledBlock()
..info()
..fullWidth()
..message(message);
Creates a full-width info block.
static StyledBlock infoFullWidth(String message) => StyledBlock()
..info()
..fullWidth()
..message(message);