ContextMenuItemService constructor

const ContextMenuItemService({
  1. Key? key,
  2. String text = 'Текст',
  3. void onTap()?,
  4. Color? color,
  5. Color? hoverColor,
  6. double width = 100,
})

Implementation

const ContextMenuItemService({super.key, this.text = 'Текст', this.onTap, this.color, this.hoverColor, this.width = 100});