isParent property

bool isParent
final

Deafult value true, different value used for internal working of the widget.

This is needed for nesting items if any, do not change the value to false as it may change the appearance of the PopupMenuButton.

For nested Airoll value will be false even this should not be changed for desired behavior.

Implementation

final bool isParent;