menu
dartatui package
documentation
core/span.dart
Span
Span.new const constructor
Span.new const constructor
dark_mode
light_mode
Span
constructor
const
Span
(
String
content
, {
Style
style
=
Style.empty
,
})
Implementation
const Span(this.content, {this.style = Style.empty});
dartatui package
documentation
core/span
Span
Span.new const constructor
Span class