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