RadialMenuItem<T> constructor
const
RadialMenuItem<T> ({})
Implementation
const RadialMenuItem({
required this.child,
super.key,
this.value,
this.tooltip,
this.backgroundColor,
this.size = _defaultButtonSize,
this.iconColor,
});