PullDownMenuItemTheme constructor
      const
      PullDownMenuItemTheme({})
     
    
Creates the set of properties used to configure PullDownMenuItemTheme.
Implementation
const PullDownMenuItemTheme({
  this.destructiveColor,
  this.iconSize,
  this.checkmark,
  this.checkmarkWeight,
  this.checkmarkSize,
  this.textStyle,
  this.iconActionTextStyle,
  this.onHoverColor,
  this.onHoverTextStyle,
});