Skip to content

Cannot disable menu item #9

Description

@alevlako

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,
        ),        
      ])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions