MatchHighlightStyle constructor

const MatchHighlightStyle({
  1. required TextStyle currentMatchStyle,
  2. required TextStyle otherMatchStyle,
})

Implementation

const MatchHighlightStyle({
  required this.currentMatchStyle,
  required this.otherMatchStyle,
});