I didn't notice any difference when "enable" true or false. In both cases, the appearance of the menu is the same and it works. I expected to see the disabled menu item when enable is false.
PlutoMenuItem(title: 'Help', children: [
PlutoMenuItem(
title: 'Tutorial',
onTap: () => message(context, 'Tutorial'),
**enable**: true,
),
])
I didn't notice any difference when "enable" true or false. In both cases, the appearance of the menu is the same and it works. I expected to see the disabled menu item when enable is false.