menu
neomage package
documentation
ui/widgets/terminal_view.dart
TerminalLine
spans property
spans property
dark_mode
light_mode
spans
property
List
<
StyledSpan
>
get
spans
Implementation
List<StyledSpan> get spans => _parsed ?? parseAnsi(rawText);
neomage package
documentation
ui/widgets/terminal_view
TerminalLine
spans property
TerminalLine class