searchMatchHighlightStyleFocused property

TextStyle get searchMatchHighlightStyleFocused

Implementation

TextStyle get searchMatchHighlightStyleFocused => fixBlurryText(
      const TextStyle(
        color: Colors.black,
        backgroundColor: searchMatchColor,
      ),
    );