MacosPulldownButtonThemeData constructor

const MacosPulldownButtonThemeData({
  1. Color? highlightColor,
  2. Color? backgroundColor,
  3. Color? pulldownColor,
  4. Color? iconColor,
})

Implementation

const MacosPulldownButtonThemeData({
  this.highlightColor,
  this.backgroundColor,
  this.pulldownColor,
  this.iconColor,
});