The case of assigning the id of PlutoMenuItem.
A unique id can be set for PlutoMenuItem.
PlutoMenuItem(
id: 'unique_id',
title: 'Menu 1',
)
If PlutoMenuItem is created in build method, you should set a unique id for PlutoMenuItem.Otherwise, when PlutoMenuBar is rebuilt, incorrect actions suc...
pluto.weblaze.dev1 min read