menu
artisanal package
documentation
tui.dart
HighlightInfo
HighlightInfo.new constructor
HighlightInfo.new constructor
dark_mode
light_mode
HighlightInfo
constructor
HighlightInfo
(
{
required
int
lineStart
,
required
int
lineEnd
,
required
Map
<
int
,
(
int
,
int
)
>
lines
,
})
Implementation
HighlightInfo({ required this.lineStart, required this.lineEnd, required this.lines, });
artisanal package
documentation
tui
HighlightInfo
HighlightInfo.new constructor
HighlightInfo class