MenuItemView constructor Null safety
Implementation
MenuItemView({
this.title,
this.description,
this.onTap,
this.onChanged,
this.child,
this.isChecked,
this.suffixView,
});
MenuItemView({
this.title,
this.description,
this.onTap,
this.onChanged,
this.child,
this.isChecked,
this.suffixView,
});