menu
code_forge package
documentation
code_forge/styling.dart
SearchHighlight
SearchHighlight.new const constructor
SearchHighlight.new const constructor
dark_mode
light_mode
SearchHighlight
constructor
const
SearchHighlight
(
{
required
int
start
,
required
int
end
,
bool
isCurrentMatch
=
false
,
})
Implementation
const SearchHighlight({ required this.start, required this.end, this.isCurrentMatch = false, });
code_forge package
documentation
code_forge/styling
SearchHighlight
SearchHighlight.new const constructor
SearchHighlight class