menu
code_forge package
documentation
code_forge/styling.dart
MatchHighlightStyle
MatchHighlightStyle.new const constructor
MatchHighlightStyle.new const constructor
dark_mode
light_mode
MatchHighlightStyle
constructor
const
MatchHighlightStyle
(
{
required
TextStyle
currentMatchStyle
,
required
TextStyle
otherMatchStyle
,
})
Implementation
const MatchHighlightStyle({ required this.currentMatchStyle, required this.otherMatchStyle, });
code_forge package
documentation
code_forge/styling
MatchHighlightStyle
MatchHighlightStyle.new const constructor
MatchHighlightStyle class