ContextMenuItem constructor

const ContextMenuItem({
  1. String text = 'Текст',
  2. void onTap()?,
})

Implementation

const ContextMenuItem({this.text = 'Текст', this.onTap});