menu
artisanal package
documentation
tui.dart
StyledBlock
error method
error method
dark_mode
light_mode
error
method
StyledBlock
error
(
)
Sets the block to error type.
Implementation
StyledBlock error() { _type = BlockStyleType.error; return this; }
artisanal package
documentation
tui
StyledBlock
error method
StyledBlock class