FdcGridPopupMenuStyle constructor

const FdcGridPopupMenuStyle({
  1. Color? backgroundColor,
  2. Color? borderColor,
  3. Color? shadowColor,
  4. Color? textColor,
  5. Color? secondaryTextColor,
  6. Color? iconColor,
  7. Color? disabledTextColor,
  8. Color? disabledIconColor,
  9. Color? hoverColor,
  10. Color? selectedItemColor,
  11. Color? pressedColor,
  12. Color? separatorColor,
})

Implementation

const FdcGridPopupMenuStyle({
  this.backgroundColor,
  this.borderColor,
  this.shadowColor,
  this.textColor,
  this.secondaryTextColor,
  this.iconColor,
  this.disabledTextColor,
  this.disabledIconColor,
  this.hoverColor,
  this.selectedItemColor,
  this.pressedColor,
  this.separatorColor,
});