ContextMenuItem constructor
const
ContextMenuItem({
- String text = 'Текст',
- void onTap()?,
Implementation
const ContextMenuItem({this.text = 'Текст', this.onTap});
const ContextMenuItem({this.text = 'Текст', this.onTap});