MacosSearchFieldThemeData constructor

const MacosSearchFieldThemeData({
  1. Color? highlightColor,
  2. Color? resultsBackgroundColor,
})

A style that overrides the default appearance of MacosSearchFields when it is used with MacosSearchFieldTheme or with the overall MacosTheme's MacosThemeData.MacosSearchFieldTheme.

See also:

Implementation

const MacosSearchFieldThemeData({
  this.highlightColor,
  this.resultsBackgroundColor,
});