ContextMenuButtonStyle constructor

const ContextMenuButtonStyle({
  1. Color? fgColor,
  2. Color? bgColor,
  3. Color? hoverFgColor,
  4. Color? hoverBgColor,
  5. EdgeInsets? padding,
  6. TextStyle? textStyle,
  7. TextStyle? shortcutTextStyle,
  8. double disabledOpacity = .7,
})

Implementation

const ContextMenuButtonStyle(
    {this.fgColor,
    this.bgColor,
    this.hoverFgColor,
    this.hoverBgColor,
    this.padding,
    this.textStyle,
    this.shortcutTextStyle,
    this.disabledOpacity = .7});