closeMenu property

bool? closeMenu
final

Whether to close the menu when this item is activated from the menu.

If closeMenu is null, it defaults to checked != null.

Implementation

final bool? closeMenu;