searchMatchHighlightStyle property
TextStyle
get
searchMatchHighlightStyle
Implementation
TextStyle get searchMatchHighlightStyle => fixBlurryText(
const TextStyle(
color: Colors.black,
backgroundColor: activeSearchMatchColor,
),
);