MacosPopupButtonThemeData constructor

const MacosPopupButtonThemeData({
  1. Color? highlightColor,
  2. Color? backgroundColor,
  3. Color? popupColor,
})

Implementation

const MacosPopupButtonThemeData({
  this.highlightColor,
  this.backgroundColor,
  this.popupColor,
});