menu
commander_ui package
documentation
tui.dart
Paragraph
Paragraph.new const constructor
Paragraph.new const constructor
dark_mode
light_mode
Paragraph
constructor
const
Paragraph
(
String
text
, {
Style
?
style
,
Wrap
wrap
=
Wrap.word
,
})
Implementation
const Paragraph(this.text, {this.style, this.wrap = Wrap.word});
commander_ui package
documentation
tui
Paragraph
Paragraph.new const constructor
Paragraph class