menu
dartatui package
documentation
core/line.dart
Line
Line.new const constructor
Line.new const constructor
dark_mode
light_mode
Line
constructor
const
Line
(
List
<
Span
>
spans
, {
Style
style
=
Style.empty
,
})
Implementation
const Line(this.spans, {this.style = Style.empty});
dartatui package
documentation
core/line
Line
Line.new const constructor
Line class